@@ -26,7 +26,7 @@ <h3 id="air-interface">Air Interface</h3>
26
26
{% assign sorted = site.cellular-threats | sort:"rawID" %}
27
27
{% for cellular-threat in sorted %}
28
28
{% if cellular-threat.ThreatCategory == 'Cellular Air Interface' %}
29
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
29
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
30
30
{% endif %}
31
31
{% endfor %}
32
32
</ ul >
@@ -35,7 +35,7 @@ <h3 id="consumer-grade-small-cell">Consumer-Grade Small Cell</h3>
35
35
< ul class ="threat-list ">
36
36
{% for cellular-threat in sorted %}
37
37
{% if cellular-threat.ThreatCategory == 'Consumer-grade Femtocell' %}
38
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
38
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
39
39
{% endif %}
40
40
{% endfor %}
41
41
</ ul >
@@ -44,7 +44,7 @@ <h3 id="carrier-grade-messaging">Carrier-grade Messaging Services</h3>
44
44
< ul class ="threat-list ">
45
45
{% for cellular-threat in sorted %}
46
46
{% if cellular-threat.ThreatCategory == 'SMS / MMS / RCS' %}
47
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
47
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
48
48
{% endif %}
49
49
{% endfor %}
50
50
</ ul >
@@ -53,7 +53,7 @@ <h3 id="ussd">USSD</h3>
53
53
< ul class ="threat-list ">
54
54
{% for cellular-threat in sorted %}
55
55
{% if cellular-threat.ThreatCategory == 'USSD' %}
56
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
56
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
57
57
{% endif %}
58
58
{% endfor %}
59
59
</ ul >
@@ -62,7 +62,7 @@ <h3 id="carrier-infrastructure">Carrier Infrastructure</h3>
62
62
< ul class ="threat-list ">
63
63
{% for cellular-threat in sorted %}
64
64
{% if cellular-threat.ThreatCategory == 'Carrier Infrastructure' %}
65
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
65
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
66
66
{% endif %}
67
67
{% endfor %}
68
68
</ ul >
@@ -71,7 +71,7 @@ <h3 id="carrier-interoperability">Carrier Interoperability</h3>
71
71
< ul class ="threat-list ">
72
72
{% for cellular-threat in sorted %}
73
73
{% if cellular-threat.ThreatCategory == 'Carrier Interoperability' %}
74
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
74
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
75
75
{% endif %}
76
76
{% endfor %}
77
77
</ ul >
@@ -80,7 +80,7 @@ <h3 id="volte">VoLTE</h3>
80
80
< ul class ="threat-list ">
81
81
{% for cellular-threat in sorted %}
82
82
{% if cellular-threat.ThreatCategory == 'VoLTE' %}
83
- < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }}#page "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
83
+ < li > < a href ="{{ site.baseurl }}{{ cellular-threat.url }} "> {{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</ a > </ li >
84
84
{% endif %}
85
85
{% endfor %}
86
86
</ ul >
0 commit comments