Skip to content

Commit 0974027

Browse files
committed
Move the documentation to http://pygccxml.readthedocs.io
The old url (http://pygccxml.readthedocs.org) is still valid, but may be dropped one day. The url changed because readthedocs split their services in two, for some security concerns around site cookies.
1 parent 9a0d440 commit 0974027

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pygccxml
77
.. image:: https://coveralls.io/repos/gccxml/pygccxml/badge.svg?branch=master
88
:target: https://coveralls.io/r/gccxml/pygccxml?branch=master
99
:alt: Code coverage status
10-
.. image:: https://readthedocs.org/projects/pygccxml/badge/?version=master
11-
:target: https://readthedocs.org/projects/pygccxml/?badge=master
10+
.. image:: https://readthedocs.io/projects/pygccxml/badge/?version=master
11+
:target: https://readthedocs.io/projects/pygccxml/?badge=master
1212
:alt: Documentation status
1313
.. image:: https://www.quantifiedcode.com/api/v1/project/117af14ef32a455fb7b3762e21083fb3/snapshot/origin:master:HEAD/badge.svg
1414
:target: https://www.quantifiedcode.com/app/project/117af14ef32a455fb7b3762e21083fb3?branch=origin%2Fmaster&tab=basics
@@ -37,7 +37,7 @@ For issues with pygccxml you can open an issue here: https://github.com/gccxml/p
3737
Documentation
3838
-------------
3939

40-
For examples and tutorials see the documentation: http://pygccxml.readthedocs.org
40+
For examples and tutorials see the documentation: http://pygccxml.readthedocs.io
4141

4242
Branches
4343
--------

docs/history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Version 1.7.4 (not yet released)
2626
3. Since this release, pyggcxml's version numbers do not contain the ``v``
2727
prefix anymore. This was breaking distribution on PyPI (pypi.python.org).
2828

29+
4. The documentation is now at http://pygccxml.readthedocs.io/
30+
2931
Thanks to the following people for their contribution to this release:
3032
Ashish Sadanandan
3133

0 commit comments

Comments
 (0)