From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6440F138334 for ; Sun, 24 Nov 2019 10:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8389E07D8; Sun, 24 Nov 2019 10:23:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66E4FE07D8 for ; Sun, 24 Nov 2019 10:23:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80B0934D2B3 for ; Sun, 24 Nov 2019 10:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0680F8B4 for ; Sun, 24 Nov 2019 10:23:19 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1574590905.51d8871d6a35a0b0ec781bd0b5f32280e19dd9a2.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0002.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 51d8871d6a35a0b0ec781bd0b5f32280e19dd9a2 X-VCS-Branch: master Date: Sun, 24 Nov 2019 10:23:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 079e4eab-9c04-460a-b2d0-15809a046ce5 X-Archives-Hash: fbd55718b8c41ef1bc0ac0c6ea51dba9 commit: 51d8871d6a35a0b0ec781bd0b5f32280e19dd9a2 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 24 10:21:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 24 10:21:45 2019 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=51d8871d glep-0002: Update some URLs. Signed-off-by: Ulrich Müller gentoo.org> glep-0002.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glep-0002.rst b/glep-0002.rst index 93b9549..67ce3ce 100644 --- a/glep-0002.rst +++ b/glep-0002.rst @@ -8,7 +8,7 @@ Type: Informational Status: Active Version: 3 Created: 2003-05-31 -Last-Modified: 2018-04-14 +Last-Modified: 2019-11-24 Post-History: 2003-06-02, 2013-12-17, 2017-09-17 Content-Type: text/x-rst --- @@ -406,7 +406,7 @@ Hyperlink targets begin with two periods and a space (the "explicit markup start"), followed by a leading underscore, the reference text, a colon, and the URL (absolute or relative):: - .. _Python web site: http://www.python.org/ + .. _Python web site: https://www.python.org/ The reference text and the target text must match (although the match is case-insensitive and ignores differences in whitespace). Note that @@ -584,16 +584,16 @@ list`_. The `Docutils project web site`_ has more information. .. _post a message: mailto:docutils-users@lists.sourceforge.net?subject=GLEPs .. _Docutils-Users mailing list: - http://lists.sourceforge.net/lists/listinfo/docutils-users + https://sourceforge.net/projects/docutils/lists/docutils-users .. _Docutils project web site: http://docutils.sourceforge.net/ References ========== -.. [#PYTHON] http://www.python.org +.. [#PYTHON] https://www.python.org/ -.. [#PEP12] http://www.python.org/peps/pep-0012.html +.. [#PEP12] https://www.python.org/dev/peps/pep-0012/ .. [#GLEP1] GLEP 1, GLEP Purpose and Guidelines, Goodyear, (https://www.gentoo.org/glep/glep-0001.html)