diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 16:37:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 16:37:00 -0300 |
commit | 6ab46a11503db2048d767170aadee0f1094f28c5 (patch) | |
tree | 40703da05c17a6602d6fb8a538c9f895142de46f | |
parent | README.md: Add mdpo to the list of development tools (diff) | |
download | git-permalink-6ab46a11503db2048d767170aadee0f1094f28c5.tar.gz git-permalink-6ab46a11503db2048d767170aadee0f1094f28c5.tar.xz |
README.md: Add link to translated READMEs
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,11 @@ # git-permalink +[pt][pt1] | [fr][fr1] | [eo][eo1] + +[pt1]: https://euandreh.xyz/git-permalink/pt/ +[fr1]: https://euandreh.xyz/git-permalink/fr/ +[eo1]: https://euandreh.xyz/git-permalink/eo/ + Git extension to generate web permalinks of files in a repository. It knows about many of the existing code forges, but allows for URL @@ -54,12 +60,12 @@ There are no dependencies or requirements, only standard tools such as ## Documentation -The documentation is available via installed manpages or online: [`git-permalink.1`] ([pt], [fr], [eo]). +The documentation is available via installed manpages or online: [`git-permalink.1`] ([pt][pt2], [fr][fr2], [eo][eo2]). [`git-permalink.1`]: https://euandreh.xyz/git-permalink/en/git-permalink.1.html -[pt]: https://euandreh.xyz/git-permalink/pt/git-permalink.1.html -[fr]: https://euandreh.xyz/git-permalink/fr/git-permalink.1.html -[eo]: https://euandreh.xyz/git-permalink/eo/git-permalink.1.html +[pt2]: https://euandreh.xyz/git-permalink/pt/git-permalink.1.html +[fr2]: https://euandreh.xyz/git-permalink/fr/git-permalink.1.html +[eo2]: https://euandreh.xyz/git-permalink/eo/git-permalink.1.html ## Contributing |