diff options
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 |