We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9974701 commit 7f29884Copy full SHA for 7f29884
src/main/resources/static/index.html
@@ -114,7 +114,12 @@
114
115
<div class="container">
116
<h1>Welcome to GLVD</h1>
117
- <p>GLVD (Garden Linux Vulnerability Database) is an application for tracking security issues in Garden Linux.
+ <p>GLVD (Garden Linux Vulnerability Database) is an application for tracking security issues in
118
+ <a href="https://gardenlinux.org" target="_blank">Garden Linux</a>.
119
+ </p>
120
+
121
+ <p>To learn what GLVD is and what it can do, check out the
122
+ <a href="https://github.com/gardenlinux/glvd/blob/main/docs/user/README.md" target="_blank">User Guide</a>.
123
</p>
124
125
<form action="/getCveDetails" method="get" class="cve">
0 commit comments