]> git.ipfire.org Git - thirdparty/babel.git/commit
Replace dead or insecure links
authorAarni Koskela <akx@iki.fi>
Mon, 13 Jan 2025 11:40:23 +0000 (13:40 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 14 Jan 2025 07:52:31 +0000 (09:52 +0200)
commit605544193ae26637daec6416b93883f7ddabd181
tree983d2048380abcbe124bfa4efa178db947f38e79
parent1c69d4c8be674ddf877dd59e985e8677c9435fc2
Replace dead or insecure links
26 files changed:
README.rst
babel/core.py
babel/dates.py
babel/numbers.py
contrib/babel.js
docs/_templates/sidebar-links.html
docs/_themes/babel/layout.html
docs/_themes/babel/static/babel.css_t
docs/messages.rst
scripts/dump_data.py
scripts/dump_global.py
scripts/import_cldr.py
tests/messages/test_catalog.py
tests/messages/test_checkers.py
tests/messages/test_extract.py
tests/messages/test_frontend.py
tests/messages/test_mofile.py
tests/messages/test_plurals.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_dates.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_plural.py
tests/test_support.py
tests/test_util.py