]> git.wh0rd.org - nano-editor.git/commitdiff
contact/git: use <wbr> to help break up URLs
authorMike Frysinger <vapier@gmail.com>
Tue, 11 Aug 2026 15:01:16 +0000 (20:46 +0545)
committerMike Frysinger <vapier@gmail.com>
Tue, 11 Aug 2026 15:01:16 +0000 (20:46 +0545)
contact.php
git.php

index 1d7a29828b7db02ba1fb7b7b4231c137f06fec92..e695b4cdce2cc661e1d6e246b0a46fe49a3d4b3d 100644 (file)
@@ -22,15 +22,15 @@ For any other issues please email the nano-devel list (see below).
 <ul>
 <li>When you have questions about how to do things with nano:<br>
 <a href="https://lists.gnu.org/mailman/listinfo/help-nano">
-https://lists.gnu.org/mailman/listinfo/help-nano</a></li>
+https://lists.gnu.org/<wbr>mailman/listinfo/help-nano</a></li>
 <br>
 <li>When you want to discuss technical details of the editor:<br>
 <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
-https://lists.gnu.org/mailman/listinfo/nano-devel</a></li>
+https://lists.gnu.org/<wbr>mailman/listinfo/nano-devel</a></li>
 <br>
 <li>When you wish to receive an announcement of each new release:<br>
 <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
-https://lists.gnu.org/mailman/listinfo/info-nano</a></li>
+https://lists.gnu.org/<wbr>mailman/listinfo/info-nano</a></li>
 </ul>
 </blockquote>
 
diff --git a/git.php b/git.php
index 5cdd32827e3ac075de423dce08843de910cd29a6..f4dc75b894f26c717e807ca62504399f466b9b6b 100644 (file)
--- a/git.php
+++ b/git.php
@@ -5,10 +5,10 @@
 
 <blockquote>
 Nano's source code is clonable from
-<a href="https://https.git.savannah.gnu.org/git/nano.git">https://https.git.savannah.gnu.org/git/nano.git</a>.
+<a href="https://https.git.savannah.gnu.org/git/nano.git">https://https.git.savannah.gnu.org/<wbr>git/nano.git</a>.
 <br>
 It can be browsed on the web at
-<a href="https://cgit.git.savannah.gnu.org/cgit/nano.git">https://cgit.git.savannah.gnu.org/cgit/nano.git</a>.
+<a href="https://cgit.git.savannah.gnu.org/cgit/nano.git">https://cgit.git.savannah.gnu.org/<wbr>cgit/nano.git</a>.
 
 <p>
 To build and run the bleeding-edge version of GNU nano,