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 E4817138334 for ; Sun, 24 Nov 2019 10:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2336DE0636; 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 06F56E0636 for ; Sun, 24 Nov 2019 10:23:21 +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 DF80A34D2B2 for ; Sun, 24 Nov 2019 10:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86EC85C for ; Sun, 24 Nov 2019 10:23:18 +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: <1574590885.3e565864e6bb44e38bf429952fad7ab67f0a9c73.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0001.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3e565864e6bb44e38bf429952fad7ab67f0a9c73 X-VCS-Branch: master Date: Sun, 24 Nov 2019 10:23:18 +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: 88f6863c-ecfc-40d0-b89d-ddf9adc58c14 X-Archives-Hash: 3fa39690d564d0379349c0565da8b66e commit: 3e565864e6bb44e38bf429952fad7ab67f0a9c73 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 24 10:21:25 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 24 10:21:25 2019 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=3e565864 glep-0001: Update some URLs. Signed-off-by: Ulrich Müller gentoo.org> glep-0001.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/glep-0001.rst b/glep-0001.rst index 51ff169..15deccb 100644 --- a/glep-0001.rst +++ b/glep-0001.rst @@ -8,7 +8,7 @@ Type: Informational Status: Active Version: 3 Created: 2003-05-31 -Last-Modified: 2018-10-27 +Last-Modified: 2019-11-24 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09, 2013-12-14, 2017-09-17, 2018-07-10 Content-Type: text/x-rst @@ -18,8 +18,7 @@ Credits ======= The GLEP concept, and, in fact, much of the text of this document, -is liberally stolen from Python's [#Python]_ PEPs -[#PEPS]_, especially +is liberally stolen from Python's [#Python]_ PEPs [#PEPS]_, especially PEP-0001 [#PEP1]_ by Barry A. Warsaw, Jeremy Hylton, and David Goodger. What is a GLEP? @@ -357,21 +356,21 @@ decision (it's not like such decisions can't be reversed :). References and Footnotes ======================== -.. [#PYTHON] http://www.python.org +.. [#PYTHON] https://www.python.org/ -.. [#PEPS] http://www.python.org/peps +.. [#PEPS] https://www.python.org/dev/peps/ -.. [#PEP1] http://www.python.org/peps/pep-0001.html +.. [#PEP1] https://www.python.org/dev/peps/pep-0001/ -.. [#VCS] https://gitweb.gentoo.org/proj/glep.git +.. [#VCS] https://gitweb.gentoo.org/data/glep.git .. [#CVS] https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/proj/en/glep/ .. [#WIKI] https://wiki.gentoo.org/index.php?title=Special%3AAllPages&from=&to=&namespace=550 -.. [#BUGS] http://bugs.gentoo.org +.. [#BUGS] https://bugs.gentoo.org/ -.. [#FORUMS] http://forums.gentoo.org +.. [#FORUMS] https://forums.gentoo.org/ .. [#COUNCIL] https://www.gentoo.org/glep/glep-0039.html @@ -383,7 +382,7 @@ References and Footnotes .. [#GLEP2] https://www.gentoo.org/glep/glep-0002.html -.. [#YAML] http://yaml.org/ +.. [#YAML] https://yaml.org/ Copyright