summaryrefslogtreecommitdiff
path: root/docs/narr/renderers.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-08-17 02:44:45 -0700
committerSteve Piercy <web@stevepiercy.com>2019-08-17 02:44:45 -0700
commit35b86d50c3d32360ec69800078928dff95f9ff46 (patch)
tree6f10ad13a50a80e70fbebcaa903bba312919eb0e /docs/narr/renderers.rst
parentdbef47bdd0c0f1b719bc442635acb01a66cf8b5f (diff)
downloadpyramid-35b86d50c3d32360ec69800078928dff95f9ff46.tar.gz
pyramid-35b86d50c3d32360ec69800078928dff95f9ff46.tar.bz2
pyramid-35b86d50c3d32360ec69800078928dff95f9ff46.zip
run linkcheck, fix redirects, change busted links to inline literals
Diffstat (limited to 'docs/narr/renderers.rst')
-rw-r--r--docs/narr/renderers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index 6b4982e4b..21cfa0497 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -357,9 +357,9 @@ When a view is called that uses a JSONP renderer:
Javscript library AJAX functionality will help you make JSONP requests.
For example, JQuery has a `getJSON function
-<http://api.jquery.com/jQuery.getJSON/>`_, and has equivalent (but more
+<https://api.jquery.com/jQuery.getJSON/>`_, and has equivalent (but more
complicated) functionality in its `ajax function
-<http://api.jquery.com/jQuery.ajax/>`_.
+<https://api.jquery.com/jQuery.ajax/>`_.
For example (JavaScript):