From 6fbb227e3a1b739b616a584f0b6fcc83135b02b8 Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Mon, 28 Nov 2022 20:14:40 +0100 Subject: [PATCH] Correct PyPI url --- docs/include/references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/include/references.md b/docs/include/references.md index e2bbdc5..14719ff 100644 --- a/docs/include/references.md +++ b/docs/include/references.md @@ -13,7 +13,7 @@ [LINUXDEPLOY]: https://github.com/linuxdeploy/linuxdeploy/ [MANYLINUX]: https://github.com/pypa/manylinux/ [PATCHELF]: https://github.com/NixOS/patchelf/ -[PYPI]: https://pypi.org/project/python-appimaAge/ +[PYPI]: https://pypi.org/project/python-appimage/ [RELEASES]: {{ config.repo_url }}releases/ [SHEBANG]: https://en.wikipedia.org/wiki/Shebang_(Unix)/ [VENV]: https://docs.python.org/3/library/venv.html/