Skip to content

Commit 03abe80

Browse files
committed
Do not hyperlink some exampe url's.
The example url's should not be hyperlinked. They show up as dead links in ahrefs etc. Make linkcheck report them if they show up again.
1 parent 086c6f9 commit 03abe80

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/upgrading.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,11 +1868,11 @@ If you are using the xml-rpc interface, there is a change
18681868
roundup url and get a response, you must use the /xmlrpc
18691869
url. For example, if you used to send your xmlrpc request to:
18701870

1871-
http://myroundup.com/roundup
1871+
\http://myroundup.com/roundup
18721872

18731873
you need to change the url to read:
18741874

1875-
http://myroundup.com/roundup/xmlrpc
1875+
\http://myroundup.com/roundup/xmlrpc
18761876

18771877
to invoke the xmlrpc handler. This allows us to send xml
18781878
data to roundup for other handlers (e.g. REST, SOAP ...)

website/www/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,5 @@
220220
r'http://www.bizarsoftware.com.au/', # reference in license,
221221
r'http://11.11.11.101', # dummy example url
222222
r'https://.../rest/.*', # dummy example url
223-
r'http://myroundup.com/roundup.*', # dummy example url
224223
r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic
225224
]

0 commit comments

Comments
 (0)