diff doc/upgrading.txt @ 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 c087ad45bf4d
children 1e3b9abbc2b9
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 ...)

Roundup Issue Tracker: http://roundup-tracker.org/