From patchwork Tue Dec 12 23:21:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 82014 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CA2063857359 for ; Tue, 12 Dec 2023 23:21:24 +0000 (GMT) X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id BC273385802A for ; Tue, 12 Dec 2023 23:21:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BC273385802A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BC273385802A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702423273; cv=none; b=ChrprzLOEarZRR+DUWemuKZAeZlcF7d0knTDNfGmHBZbp0SZ+sS/mkMYkRVMdP9WE0UncP+nK0vZZSVU8yep3vGmoKCX5CXpd9ibtGxNnYoDmnEf+j8hclieeERMaSI94PKQWn/0TVisg5CfVJqpmj4XYNCeDYHnkOuqP4XMci8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702423273; c=relaxed/simple; bh=KEbFmCO2fCQndxestDCe0MlaDkO13NPm8VtimXz6l5Y=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=YF94Lj8LlEeqRbuTxbDnQgBkWPTzOb09o4rS8P7YWBminmBPl0fvHZQyvQcigScyFfFHk23tD5FvkZU+uXIN5FivlitMEoTgmLgU92Zx/fZtz3ZqEryLH7MF5nwiQ6X3OXlrzItlyLlkV9bwKt0ca7AEQzV4GgYsJE5e3X4JR0E= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by smtp.gentoo.org (Postfix, from userid 559) id F317B335DC2; Tue, 12 Dec 2023 23:21:10 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH htdocs] download: remove periods from non-sentences Date: Tue, 12 Dec 2023 18:21:08 -0500 Message-ID: <20231212232108.24107-1-vapier@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org 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:
 https://ftp.gnu.org/gnu/gdb (mirrors)
-https://sourceware.org/pub/gdb/releases/ (mirrors).
+https://sourceware.org/pub/gdb/releases/ (mirrors)
 
As with all GNU projects, you can verify the signatures for gnu project files with the keyring file from:
-https://ftp.gnu.org/gnu/gnu-keyring.gpg (see https://ftp.gnu.org/README for more info).
+https://ftp.gnu.org/gnu/gnu-keyring.gpg (see https://ftp.gnu.org/README for more info)
 
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:
-https://sourceware.org/pub/gdb/old-releases/ (mirrors).
+https://sourceware.org/pub/gdb/old-releases/ (mirrors)
 
Be warned that few of these are likely to work on any modern