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 /setup.py | |
parent | 8d82fe980f99c39aa6afe0bd214d307057fb152d (diff) |
Updated links to documentation [Now at diplomacy.readthedocs.io]
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/'}) # ------------------------------------ |