commit: 5577ad5845e828011b0c271babd3fa6eec8a2c33
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 21:42:10 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 21:56:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5577ad58
subversion.eclass: Use valid domains for examples.
These get expanded to real hyperlinks by eclass-to-manpage.awk
followed by man2html, leading to false positives when checking
for broken links in the devmanual.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/subversion.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index 6d26820bc09..093c83967bf 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -72,7 +72,7 @@ ESVN_OPTIONS="${ESVN_OPTIONS:-}"
# @DESCRIPTION:
# repository uri
#
-# e.g. http://foo/trunk, svn://bar/trunk, svn://bar/branch/foo@1234
+# e.g. http://example.org/trunk, svn://example.org/branch/foo@1234
#
# supported URI schemes:
# http://