public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] download: remove periods from non-sentences
@ 2023-12-12 23:21 Mike Frysinger
  2023-12-15 15:52 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2023-12-12 23:21 UTC (permalink / raw)
  To: gdb-patches

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(-)

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
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH htdocs] download: remove periods from non-sentences
  2023-12-12 23:21 [PATCH htdocs] download: remove periods from non-sentences Mike Frysinger
@ 2023-12-15 15:52 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2023-12-15 15:52 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gdb-patches

>>>>> "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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-15 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 23:21 [PATCH htdocs] download: remove periods from non-sentences Mike Frysinger
2023-12-15 15:52 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).