Skip to content

Commit b9ca8af

Browse files
author
tpltnt
committed
replaced google with github URLs where applicable
1 parent cb93902 commit b9ca8af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

couchdb/json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
and encoding JSON data.
1111
1212
This module currently supports the following JSON modules:
13-
- ``simplejson``: http://code.google.com/p/simplejson/
13+
- ``simplejson``: https://github.com/simplejson/simplejson
1414
- ``cjson``: http://pypi.python.org/pypi/python-cjson
1515
- ``json``: This is the version of ``simplejson`` that is bundled with the
1616
Python standard library since version 2.6

couchdb/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def rereduce(*cmd):
175175
--debug enable debug logging; requires --log-file to be
176176
specified
177177
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>.
179179
"""
180180

181181

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ views written in Python.
2323
There may also be more information on the `project website`_.
2424

2525
.. _couchdb: http://couchdb.org/
26-
.. _project website: http://code.google.com/p/couchdb-python
26+
.. _project website: https://github.com/djc/couchdb-python
2727
.. _views written in Python: views
2828

2929
Documentation

0 commit comments

Comments
 (0)