Mercurial > p > roundup > code
changeset 7134:7109cdf8fef4
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Feb 2023 10:44:14 -0500 |
| parents | b5b1f2830e23 |
| children | d0ef168a9379 |
| files | doc/upgrading.txt website/www/conf.py |
| diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed Feb 15 10:36:09 2023 -0500 +++ b/doc/upgrading.txt Wed Feb 15 10:44:14 2023 -0500 @@ -1868,11 +1868,11 @@ roundup url and get a response, you must use the /xmlrpc url. For example, if you used to send your xmlrpc request to: - http://myroundup.com/roundup + \http://myroundup.com/roundup you need to change the url to read: - http://myroundup.com/roundup/xmlrpc + \http://myroundup.com/roundup/xmlrpc to invoke the xmlrpc handler. This allows us to send xml data to roundup for other handlers (e.g. REST, SOAP ...)
--- a/website/www/conf.py Wed Feb 15 10:36:09 2023 -0500 +++ b/website/www/conf.py Wed Feb 15 10:44:14 2023 -0500 @@ -220,6 +220,5 @@ r'http://www.bizarsoftware.com.au/', # reference in license, r'http://11.11.11.101', # dummy example url r'https://.../rest/.*', # dummy example url - r'http://myroundup.com/roundup.*', # dummy example url r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic ]
