Commit be47be34 authored by Éloi Rivard's avatar Éloi Rivard

Updated documentation links

parent 551f6a6c
...@@ -13,13 +13,13 @@ ZODB, a Python object-oriented database ...@@ -13,13 +13,13 @@ ZODB, a Python object-oriented database
.. image:: https://travis-ci.org/zopefoundation/ZODB.svg?branch=master .. image:: https://travis-ci.org/zopefoundation/ZODB.svg?branch=master
:target: https://travis-ci.org/zopefoundation/ZODB :target: https://travis-ci.org/zopefoundation/ZODB
:alt: Build status :alt: Build status
.. image:: https://coveralls.io/repos/github/zopefoundation/ZODB/badge.svg .. image:: https://coveralls.io/repos/github/zopefoundation/ZODB/badge.svg
:target: https://coveralls.io/github/zopefoundation/ZODB :target: https://coveralls.io/github/zopefoundation/ZODB
:alt: Coverage status :alt: Coverage status
.. image:: https://readthedocs.org/projects/zodb/badge/?version=latest .. image:: https://readthedocs.org/projects/zodb-docs/badge/?version=latest
:target: https://zodb.readthedocs.io/en/latest/ :target: https://zodb-docs.readthedocs.io/en/latest/
:alt: Documentation status :alt: Documentation status
ZODB provides an object-oriented database for Python that provides a ZODB provides an object-oriented database for Python that provides a
...@@ -39,7 +39,7 @@ above. It also runs on PyPy. ...@@ -39,7 +39,7 @@ above. It also runs on PyPy.
ZODB is an ACID Transactional database. ZODB is an ACID Transactional database.
To learn more, visit: http://www.zodb.org To learn more, visit: https://zodb-docs.readthedocs.io
The github repository is: at https://github.com/zopefoundation/zodb The github repository is: at https://github.com/zopefoundation/zodb
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
ZODB documentation ZODB documentation
================== ==================
``zodbdocs`` is the source documentation for the website http://zodb.org. It ``zodbdocs`` is the source documentation for the website http://zodb-docs.readthedocs.io. It
contains all ZODB relevant documentation like "ZODB/ZEO Programming Guide", contains all ZODB relevant documentation like "ZODB/ZEO Programming Guide",
some ZODB articles and links to the ZODB release notes. some ZODB articles and links to the ZODB release notes.
......
...@@ -64,7 +64,7 @@ trackers for various ZODB components: ...@@ -64,7 +64,7 @@ trackers for various ZODB components:
- BTrees `documentation <https://btrees.readthedocs.io/en/stable/>`_ and their `repository <https://github.com/zopefoundation/BTrees>`_ - BTrees `documentation <https://btrees.readthedocs.io/en/stable/>`_ and their `repository <https://github.com/zopefoundation/BTrees>`_
- ZEO (client-server framework) `repository <https://github.com/zopefoundation/ZEO>`_ - ZEO (client-server framework) `documentation <https://zeo.readthedocs.io/en/stable/>`_ and its `repository <https://github.com/zopefoundation/ZEO>`_
- relstorage `documentation <https://relstorage.readthedocs.io/en/latest/>`_ and its `repository <https://github.com/zodb/relstorage/>`_ - relstorage `documentation <https://relstorage.readthedocs.io/en/latest/>`_ and its `repository <https://github.com/zodb/relstorage/>`_
......
...@@ -58,7 +58,7 @@ setup( ...@@ -58,7 +58,7 @@ setup(
keywords="database nosql python zope", keywords="database nosql python zope",
packages=find_packages('src'), packages=find_packages('src'),
package_dir={'': 'src'}, package_dir={'': 'src'},
url='http://www.zodb.org/', url='http://zodb-docs.readthedocs.io',
license="ZPL 2.1", license="ZPL 2.1",
platforms=["any"], platforms=["any"],
classifiers=list(filter(None, classifiers.split("\n"))), classifiers=list(filter(None, classifiers.split("\n"))),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment