summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ehlinger <ehlinger.matt@gmail.com>2021-05-03 12:45:01 -0500
committerGitHub <noreply@github.com>2021-05-03 13:45:01 -0400
commit2d6f53004a9f79f2a79e87bdf4b3e5aa6cb3454d (patch)
tree9035952920e870798cdd2616cc7176aeed70acc2
parent0e99a10e07b5b684b618b0a7a176fa254f8ef884 (diff)
docs: wrap link to ubuntu issue in link tag (#585)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce44adbb..ff758df7 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,7 @@ Alternatively, delta is available in the following package managers:
<tr>
<td>Debian / Ubuntu</td>
<td><br>.deb files are on the <a href="https://github.com/dandavison/delta/releases">releases</a> page and at <a href="https://github.com/barnumbirr/delta-debian/releases">barnumbirr/delta-debian</a><br>
- <code>dpkg -i file.deb</code>. **IMPORTANT** If you are using Ubuntu <= 19.10 or are mixing apt sources, read https://github.com/dandavison/delta/issues/504, be extremely cautious, and try the versions linked against musl.</td>
+ <code>dpkg -i file.deb</code>. **IMPORTANT** If you are using Ubuntu <= 19.10 or are mixing apt sources, read <a href="https://github.com/dandavison/delta/issues/504">https://github.com/dandavison/delta/issues/504</a>, be extremely cautious, and try the versions linked against musl.</td>
</tr>
<tr>
<td>Fedora</td>