Skip to content

Commit 50cb276

Browse files
committed
Fix GitHub Action badge address
1 parent 49b5560 commit 50cb276

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Polish Translation of Python Documentation
2-
========================================
2+
==========================================
33
<!-- [[[cog
44
from manage_translation import get_resource_language_stats, progress_from_resources, language_switcher, get_number_of_translators
55
@@ -8,7 +8,7 @@ total = progress_from_resources(stats)
88
translators = get_number_of_translators()
99
1010
print(
11-
f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
11+
f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
1212
![Total Translation of Documentation](https://img.shields.io/badge/Total-{total:.3f}%25-0.svg)
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
@@ -17,7 +17,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1717
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
1818
<!-- [[[end]]] -->
1919

20-
*Przeczytaj to w innym języku: [Polski](README.md)*
20+
*Przeczytaj to w innym języku: [polski](README.md)*
2121

2222
**I found a mistake, what do I do?**
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ total = progress_from_resources(stats)
88
translators = get_number_of_translators()
99
1010
print(
11-
f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
11+
f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
1212
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-{total:.3f}%25-0.svg)
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->

0 commit comments

Comments
 (0)