diff mbox series

[pushed] wwwdocs: backends: Adjust SimulAVR link

Message ID 20240617220756.D56E333EB5@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: backends: Adjust SimulAVR link | expand

Commit Message

Gerald Pfeifer June 17, 2024, 10:07 p.m. UTC
The original link gives a "301 Moved Permanently", easily fixed by 
appending a slash.

Pushed.

Gerald

---
 htdocs/backends.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/backends.html b/htdocs/backends.html
index 1f7c85d7..d86783a6 100644
--- a/htdocs/backends.html
+++ b/htdocs/backends.html
@@ -128,8 +128,8 @@  xtensa     |         C
       <a href="https://github.com/sprintersb/atest?tab=readme-ov-file#running-the-avr-gcc-testsuite-using-the-avrtest-simulator"
 	 >README: Running the avr-gcc Testsuite using the avrtest Simulator</a>
     </li>
-    <li>SimulAVR at <a href="https://www.nongnu.org/simulavr"
-		       >https://www.nongnu.org/simulavr</a>
+    <li>SimulAVR at <a href="https://www.nongnu.org/simulavr/"
+		       >https://www.nongnu.org/simulavr/</a>
     </li>
 </ul>
 </p>