aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/guided_tour.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/guided_tour.html')
-rw-r--r--lib/srtgui/templates/guided_tour.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/srtgui/templates/guided_tour.html b/lib/srtgui/templates/guided_tour.html
index 648bde14..fe5fd60e 100644
--- a/lib/srtgui/templates/guided_tour.html
+++ b/lib/srtgui/templates/guided_tour.html
@@ -74,7 +74,7 @@
<div class="row" style="padding-left: 25px;">
<h3><a id="public"></a>Public View</h3>
<ul>
- <li> <b><a href="{% url 'all-cves' %}">CVE's</a></b> </li>
+ <li> <b><a href="{% url 'cves' %}">CVE's</a></b> </li>
<ul>
<li> The CVE page is based on the NIST public page, and includes the V3 and V2 severities information, download links, and CPE's</li>
<li> There are tabs to see (a) the original source data and (b) the SRTool edits (if any)</li>
@@ -104,7 +104,7 @@
</ul>
</ul>
<ul>
- <li> <b><a href="{% url 'all-defects' %}">Defects</a></b> </li>
+ <li> <b><a href="{% url 'defects' %}">Defects</a></b> </li>
<ul>
<li> This table lists all of the Jira defects being tracked by the Vulnerabilities and Investigations </li>
<li> A quick status overview of the defects is provided </li>
@@ -118,14 +118,14 @@
</ul>
</ul>
<ul>
- <li> <b><a href="{% url 'all-cpes' %}">CPE's</a></b> </li>
+ <li> <b><a href="{% url 'cpes' %}">CPE's</a></b> </li>
<ul>
<li> The 'Common Product Enumerations' (CPE) found in the vulnerable CVE records </li>
<li> This data can help track CPE's that result in vulnerabilities, to help improve triaging CVE's </li>
</ul>
</ul>
<ul>
- <li> <b><a href="{% url 'all-cwes' %}">CWE's</a></b> </li>
+ <li> <b><a href="{% url 'cwes' %}">CWE's</a></b> </li>
<ul>
<li> The 'Common Weakness Enumerations' (CWE) found in the vulnerable CVE records </li>
</ul>