[htdocs] download: remove periods from non-sentences

Message ID 20231212232108.24107-1-vapier@gentoo.org
State New
Headers
Series [htdocs] download: remove periods from non-sentences |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

Mike Frysinger Dec. 12, 2023, 11:21 p.m. UTC
  These small snippets showing the URLs to download from are not actually
sentences.  It makes it display a little awkward, and is inconsistent.
Trim them to simplify, and to tighten up display on smaller devices ever
so slightly.
---
 download/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Tom Tromey Dec. 15, 2023, 3:52 p.m. UTC | #1
>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

Mike> These small snippets showing the URLs to download from are not actually
Mike> sentences.  It makes it display a little awkward, and is inconsistent.
Mike> Trim them to simplify, and to tighten up display on smaller devices ever
Mike> so slightly.

Makes sense.

Tom
  

Patch

diff --git a/download/index.html b/download/index.html
index e5639369574f..f63c64d608c1 100644
--- a/download/index.html
+++ b/download/index.html
@@ -56,14 +56,14 @@  Project GNU's HTTPS server, or Red Hat's sources site:
 
 <pre>
 <a href="https://ftp.gnu.org/gnu/gdb" >https://ftp.gnu.org/gnu/gdb</a> (<a href="https://www.gnu.org/order/ftp.html">mirrors</a>)
-<a href="https://sourceware.org/pub/gdb/releases/?C=M;O=D" >https://sourceware.org/pub/gdb/releases/</a> (<a href="https://sourceware.org/mirrors.html">mirrors</a>).
+<a href="https://sourceware.org/pub/gdb/releases/?C=M;O=D" >https://sourceware.org/pub/gdb/releases/</a> (<a href="https://sourceware.org/mirrors.html">mirrors</a>)
 </pre>
 
 As with all GNU projects, you can verify the signatures for gnu project
 files with the keyring file from:
 
 <pre>
-<a href="https://ftp.gnu.org/gnu/gnu-keyring.gpg">https://ftp.gnu.org/gnu/gnu-keyring.gpg</a> (see <a href="https://ftp.gnu.org/README">https://ftp.gnu.org/README</a> for more info).
+<a href="https://ftp.gnu.org/gnu/gnu-keyring.gpg">https://ftp.gnu.org/gnu/gnu-keyring.gpg</a> (see <a href="https://ftp.gnu.org/README">https://ftp.gnu.org/README</a> for more info)
 </pre>
 
 Sources to the current development version are also available using
@@ -75,7 +75,7 @@  We've got GDB releases going back to the 2.4/2.8 timeframe in 1988.
 They're all on-line in the GDB HTTPS directory in:
 
 <pre>
-<a href="https://sourceware.org/pub/gdb/old-releases/?C=M;O=D">https://sourceware.org/pub/gdb/old-releases/</a> (<a href="https://sourceware.org/mirrors.html">mirrors</a>).
+<a href="https://sourceware.org/pub/gdb/old-releases/?C=M;O=D">https://sourceware.org/pub/gdb/old-releases/</a> (<a href="https://sourceware.org/mirrors.html">mirrors</a>)
 </pre>
 
 Be warned that few of these are likely to work on any modern