From ddaf126c20b564e34b7924d32c42c03526322376 Mon Sep 17 00:00:00 2001 From: Michael Billington Date: Sat, 30 Apr 2016 23:22:14 +1000 Subject: [PATCH] Converted references to readthedocs.org -> readthedocs.io. Resolves python-escpos/python-escpos#132 grep -irl --exclude-dir='.*' "readthedocs\." | xargs sed -i 's/python-escpos.readthedocs.org/python-escpos.readthedocs.io/g' --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dc31a9a..72e21bd 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ python-escpos - Python library to manipulate ESC/POS Printers :alt: Code Coverage .. image:: https://readthedocs.org/projects/python-escpos/badge/?version=stable - :target: http://python-escpos.readthedocs.org/en/latest/?badge=stable + :target: http://python-escpos.readthedocs.io/en/latest/?badge=stable :alt: Documentation Status @@ -63,7 +63,7 @@ The basic usage is: Epson.barcode('1324354657687','EAN13',64,2,'','') Epson.cut() -The full project-documentation is available on `Read the Docs `_. +The full project-documentation is available on `Read the Docs `_. Contributing ------------