Skip to content

Commit ffa56e7

Browse files
Update README links and link badge (#92)
1 parent fb4289c commit ffa56e7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ total = progress_from_resources(stats)
88
translators = get_number_of_translators()
99
1010
print(
11-
f'''![build](https://github.com/python/python-docs-pl/actions/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)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
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
]]] -->
15-
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
15+
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1616
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.198%25-0.svg)
1717
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
1818
<!-- [[[end]]] -->
@@ -48,8 +48,8 @@ The documentation at https://docs.python.org/pl/ is updated around once daily.
4848
**Communication Channels**
4949

5050
* [Discord Python Polska #dokumentacja](https://discord.gg/QB3h2Sxc)
51-
* [Python Documentation Community](https://docs-community.readthedocs.io/en/latest/)
52-
* [Python Translations Working Group](https://mail.python.org/mailman3/lists/translation.python.org/)
51+
* [Python Documentation Community](https://docs-community.readthedocs.io/)
52+
* [Python translations mailing list](https://mail.python.org/mailman3/lists/translation.python.org/)
5353
* [Python Documentation Special Interest Group](https://www.python.org/community/sigs/current/doc-sig/)
5454

5555
**License**
@@ -66,9 +66,9 @@ You signify your acceptance of this agreement by submitting your work for inclus
6666
* `cog -rP README.md`
6767

6868
**Useful Materials**
69+
* [Python Developer's Guide: Translating](https://devguide.python.org/documentation/translations/translating/)
6970
* [Python docs Transifex: Documentation](https://python-docs-transifex-automation.readthedocs.io/)
7071
* [Site Statistics](https://analytics.python.org/docs.python.org?f=contains,page,/pl/)
71-
* [Python Developer's Guide: Documentation](https://devguide.python.org/documentation/)
7272

7373
**Similar Translation Projects**
7474
* [Projects of the Python Packaging Authority](https://hosted.weblate.org/projects/pypa/-/pl/)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ total = progress_from_resources(stats)
88
translators = get_number_of_translators()
99
1010
print(
11-
f'''![build](https://github.com/python/python-docs-pl/actions/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)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
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
]]] -->
15-
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
15+
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1616
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.198%25-0.svg)
1717
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
1818
<!-- [[[end]]] -->
@@ -51,7 +51,7 @@ Dokumentacja na https://docs.python.org/pl/ aktualizowana jest około raz dzienn
5151

5252
* [Discord Python Polska #dokumentacja](https://discord.gg/VCyBDGH38e)
5353
* [Python Documentation Community](https://docs-community.readthedocs.io/en/latest/)
54-
* [Python translations working group](https://mail.python.org/mailman3/lists/translation.python.org/)
54+
* [Python translations mailing list](https://mail.python.org/mailman3/lists/translation.python.org/)
5555
* [Python Documentation Special Interest Group](https://www.python.org/community/sigs/current/doc-sig/)
5656

5757
**Licencja**
@@ -68,9 +68,9 @@ Wyrażasz akceptację tej umowy przesyłając swoją pracę do włączenia do do
6868
* `cog -rP README.md`
6969

7070
**Przydatne materiały**
71+
* [Python Developer's Guide: Translating](https://devguide.python.org/documentation/translations/translating/)
7172
* [Python docs Transifex: Documentation](https://python-docs-transifex-automation.readthedocs.io/)
7273
* [statystyki oglądalności](https://analytics.python.org/docs.python.org?f=contains,page,/pl/)
73-
* [Python Developer's Guide: Documentation](https://devguide.python.org/documentation/)
7474

7575
**Podobne projekty**
7676
* [projekty Python Packaging Authority](https://hosted.weblate.org/projects/pypa/-/pl/)

0 commit comments

Comments
 (0)