diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-07-04 15:26:17 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-07-04 15:26:17 +0000 |
commit | e1fe1dda0c310844deb4df1b83f3d200279f7557 (patch) | |
tree | 745fa0cd4c76b65e06fefa007b7f58d0f7a9aff7 /eclass/python-utils-r1.eclass | |
parent | Update URI. (diff) | |
download | gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.tar.gz gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.tar.bz2 gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.zip |
Replace links to python-r1 dev guide with links to the wiki.
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index beabcc62721c..30148d352031 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.82 2015/03/21 14:55:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.83 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -16,8 +16,8 @@ # This eclass does not set any metadata variables nor export any phase # functions. It can be inherited safely. # -# For more information, please see the python-r1 Developer's Guide: -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml +# For more information, please see the wiki: +# https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1 case "${EAPI:-0}" in 0|1|2|3|4|5) |