From 803bb47742ecd3e4e5874761ee5a4e9e76488ebd Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Mon, 11 Dec 2017 18:32:27 +0100 Subject: [PATCH] Fixing the links to the docs in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00238a94..f95e41db 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ or, to update your installed version to the latest release: pip install -U praat-parselmouth ``` -For more detailed instructions, please refer to the [documentation](parselmouth.readthedocs.io/en/stable/installation.html). +For more detailed instructions, please refer to the [documentation](https://parselmouth.readthedocs.io/en/latest/installation.html). ## Example usage ```Python @@ -94,7 +94,7 @@ for wave_file in glob.glob('/home/yannick/*.wav'): ``` ## Documentation -Our documentation is available at [ReadTheDocs](http://parselmouth.readthedocs.io/). Soon, it will contain the API reference of Parselmouth, but until then, the existing API documentation can be found [here](http://ai.vub.ac.be/~yajadoul/parselmouth.html). +Our documentation is available at [ReadTheDocs](http://parselmouth.readthedocs.io/), including the API reference of Parselmouth. ## Development Currently, the actual project and Parselmouth's code is not very well documented. Or well, hardly documented at all. That is planned to still change in order to allow for easier contribution to this open source project.