On a Thursday in 2020, Daniel P. Berrangé wrote:
Instead of repeating the sitename "gitlab" over and over for
the git and
bug tracker links, use the words "git" and "bugs" to distinguish
them.
This makes it easier to distinguish links when the table header has
scrolled off the screen.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/downloads.html.in | 104 ++++++++++++++++++++---------------------
1 file changed, 52 insertions(+), 52 deletions(-)
diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index 2bbae3fcc7..45c0d2c6c5 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -31,10 +31,10 @@
<a
href="https://libvirt.org/sources/">libvirt</a>
</td>
<td>
- <a
href="https://gitlab.com/libvirt/libvirt">gitlab</a>
+ <a
href="https://gitlab.com/libvirt/libvirt">git</a>
Here I prefer "gitlab" - lets me know what to expect upon clicking that.
Similarly "issues" here.
Either way:
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano