From 069418585049874ce5a219691cd9179832d57e33 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 1 Jun 2016 00:32:03 +0100 Subject: [PATCH] fix rtd url in README --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4b75742..65cff8c 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ A python module for interacting with various parts of Steam_. Supports Python ``2.7+`` and ``3.4+``. -Documentation: http://steam.readthedocs.io/en/latest +Documentation: http://steam.readthedocs.io/en/latest/ Main features ------------- diff --git a/setup.py b/setup.py index 0377cc0..0cae798 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read()\ - .replace('.io/en/latest', '.io/en/stable')\ + .replace('.io/en/latest/', '.io/en/stable/')\ .replace('?badge=latest', '?badge=stable')\ .replace('projects/steam/badge/?version=latest', 'projects/steam/badge/?version=stable') with open(path.join(here, 'steam/__init__.py'), encoding='utf-8') as f: