Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Nayak <knayak@gitlab.com>2022-08-19 10:45:19 +0300
committerKarthik Nayak <knayak@gitlab.com>2022-08-19 10:45:19 +0300
commit8535e504079f20c0465c8ba85fb97fb942829e49 (patch)
tree8740f69263e8ca1b812f246145a08b29d1dfd68a
parentab933e524b5f2eacba9f54de3a726c9217edbad0 (diff)
readme: Make image hyperlinks more explicitupdate-readme
Currently the README has two images which also serve as hyperlinks, this is confusing cause its not obvious. Let's make them explicit.
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a1a22f5f..8e03e59d6 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,15 @@ GitLab.com, read about our [observability story](doc/observability.md)!
##### Overall
-[![image](https://gitlab.com/gitlab-org/gitaly/uploads/c3aa987884d5e78c3567a3a7469ea6c2/overview.png)](https://dashboards.gitlab.net/d/gitaly-main/gitaly-overview)
+![image](https://gitlab.com/gitlab-org/gitaly/uploads/c3aa987884d5e78c3567a3a7469ea6c2/overview.png)
+
+[Dashboard](https://dashboards.gitlab.net/d/gitaly-main/gitaly-overview)
##### By Feature
-[![image](https://gitlab.com/gitlab-org/gitaly/uploads/3e8a5616863fa17c5bf08cb67c1bb385/feature.png)](https://dashboards.gitlab.net/d/000000198/gitaly-features-overview?orgId=1)
+![image](https://gitlab.com/gitlab-org/gitaly/uploads/3e8a5616863fa17c5bf08cb67c1bb385/feature.png)
+
+[Dashboard](https://dashboards.gitlab.net/d/000000198/gitaly-features-overview?orgId=1)
## Installation