subversion.eclass: Use valid domains for examples.
authorUlrich Müller <ulm@gentoo.org>
Thu, 9 Jan 2020 21:42:10 +0000 (22:42 +0100)
committerUlrich Müller <ulm@gentoo.org>
Thu, 9 Jan 2020 21:56:39 +0000 (22:56 +0100)
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@gentoo.org>
eclass/subversion.eclass

index 6d26820bc09031a03bbcaaf4476485803da6cf8b..093c83967bf4121f93db68bfefaa9fce08bd8021 100644 (file)
@@ -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://