diff options
-rw-r--r-- | firmware.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware.html b/firmware.html index b50229c..be43b44 100644 --- a/firmware.html +++ b/firmware.html @@ -89,7 +89,7 @@ layout: base <td> <a name="{{ groups[0] }}_{{ model[0] }}"></a> <strong>{{ model[0] }}</strong> - <br><a class="infolink" href="https://wiki.openwrt.org/toh/{{ groups[0] | slugify: 'pretty' }}/{{ model[0] | slugify: 'pretty' | replace: '/','-' | replace: 'N-ND','ND' }}" target="_blank" title="OpenWrt Wiki">→ info</a> + <br><a class="infolink" href="https://wiki.openwrt.org/toh/{{ groups[0] | slugify: 'pretty' }}/{{ model[0] | slugify: 'pretty' | replace: '/','-' | replace: 'N-ND','ND' | replace: 'n-nd','nd' }}" target="_blank" title="OpenWrt Wiki">→ info</a> </td> <td> {% for fw in model[1] %} |