diff options
author | Jason Phan <jason@ket.so> | 2020-11-18 11:32:44 -0600 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-18 12:33:24 -0500 |
commit | afbb9decc41f52ff3a102446c764a02606031131 (patch) | |
tree | cb1df84b3e597227833e5a089f444ba5d4cfba3a | |
parent | 6ab41ef4b6366666fa4ee90ee4552a6c142a4e11 (diff) | |
download | sr.ht-docs-afbb9decc41f52ff3a102446c764a02606031131.tar.gz |
Fix packages link
Previous link was in markdown but it was supposed to be in html.
-rw-r--r-- | installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installation.md b/installation.md index cc4107e..72d20de 100644 --- a/installation.md +++ b/installation.md @@ -66,7 +66,8 @@ Most sr.ht services require the following: <div class="alert alert-info"> <strong>Note:</strong> For any distribution-related issues, please contact - the appropriate maintainers listed on the [Packages](/packages.md) page. + the appropriate maintainers listed on the + <a href="/packages.md" class="alert-link">Packages</a> page. </div> <div class="alert alert-info"> |