diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2020-06-01 08:40:55 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2020-06-01 08:40:55 -0400 |
commit | df1d0892ce27501386d8dbf2e9948055ea960445 (patch) | |
tree | 6df87c95e47018a1491f4b73a28f187da254b1a6 | |
parent | 8d82fe980f99c39aa6afe0bd214d307057fb152d (diff) |
Updated links to documentation [Now at diplomacy.readthedocs.io]
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# Diplomacy: DATC-Compliant Game Engine [](https://travis-ci.org/diplomacy/diplomacy) [](https://docs.diplomacy.ai/en/latest/?badge=latest) +# Diplomacy: DATC-Compliant Game Engine [](https://travis-ci.org/diplomacy/diplomacy) [](https://diplomacy.readthedocs.io/en/latest/?badge=latest) This project contains an open-source DATC-compliant Diplomacy game engine, a client-server architecture for network play, a web interface to play against bots and to visualize games, and a DAIDE-compatible adapter to connect DAIDE bots to the server. @@ -8,7 +8,7 @@ This project contains an open-source DATC-compliant Diplomacy game engine, a cli ## Documentation -The complete documentation is available at [docs.diplomacy.ai](https://docs.diplomacy.ai/). +The complete documentation is available at [diplomacy.readthedocs.io](https://diplomacy.readthedocs.io/). ## Getting Started @@ -61,7 +61,7 @@ setup(name='diplomacy', 'Programming Language :: Python :: 3.7', 'Topic :: Games/Entertainment :: Board Games'], project_urls={'Bug Reports': 'https://github.com/diplomacy/diplomacy/issues', - 'Documentation': 'https://docs.diplomacy.ai/', + 'Documentation': 'https://diplomacy.readthedocs.io/', 'Source': 'https://github.com/diplomacy/diplomacy/'}) # ------------------------------------ |