From d8fe909c8b8e437e840bfcb33f629bf76ea814be Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 5 Feb 2026 02:44:12 +0200 Subject: [PATCH] docs: make translation urls absolute For PyPI, Docker, and other external websites featuring this --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d411099..b4d1950 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -Automated translations: [العربيه](README_AR.md) | [Español](README_ES.md) | [Deutsch](README_DE.md) | [简体中文](README_CN.md) | [日本語](README_JP.md) | [Русский](README_RU.md) +Automated translations: [العربيه](https://github.com/D4Vinci/Scrapling/blob/main/docs/README_AR.md) | [Español](https://github.com/D4Vinci/Scrapling/blob/main/docs/README_ES.md) | [Deutsch](https://github.com/D4Vinci/Scrapling/blob/main/docs/README_DE.md) | [简体中文](https://github.com/D4Vinci/Scrapling/blob/main/docs/README_CN.md) | [日本語](https://github.com/D4Vinci/Scrapling/blob/main/docs/README_JP.md) | [Русский](https://github.com/D4Vinci/Scrapling/blob/main/docs/README_RU.md)