File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
and encoding JSON data.
11
11
12
12
This module currently supports the following JSON modules:
13
- - ``simplejson``: http ://code.google. com/p/ simplejson/
13
+ - ``simplejson``: https ://github. com/simplejson/simplejson
14
14
- ``cjson``: http://pypi.python.org/pypi/python-cjson
15
15
- ``json``: This is the version of ``simplejson`` that is bundled with the
16
16
Python standard library since version 2.6
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ def rereduce(*cmd):
175
175
--debug enable debug logging; requires --log-file to be
176
176
specified
177
177
178
- Report bugs via the web at <http ://code.google. com/p /couchdb-python>.
178
+ Report bugs via the web at <https ://github. com/djc /couchdb-python/issues >.
179
179
"""
180
180
181
181
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ views written in Python.
23
23
There may also be more information on the `project website `_.
24
24
25
25
.. _couchdb : http://couchdb.org/
26
- .. _project website : http ://code.google. com/p /couchdb-python
26
+ .. _project website : https ://github. com/djc /couchdb-python
27
27
.. _views written in Python : views
28
28
29
29
Documentation
You can’t perform that action at this time.
0 commit comments