diff options
| author | Stephen Finucane <stephenfinucane@hotmail.com> | 2016-08-30 00:35:41 +0100 |
|---|---|---|
| committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2016-09-01 19:24:53 +0100 |
| commit | a93f5ec16facfc63f011cfce0687d52d648e1745 (patch) | |
| tree | f72a1b1280e980312e458ff3bcc0bb61efaea650 /tools | |
| parent | 5bc9ee1503f41de718737906127751a594351897 (diff) | |
| download | patchwork-a93f5ec16facfc63f011cfce0687d52d648e1745.tar patchwork-a93f5ec16facfc63f011cfce0687d52d648e1745.tar.gz | |
docs: Update readthedocs URLs
'readthedocs.io' is preferred to 'readthedocs.org'. Update all relevant
links.
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/vagrant/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vagrant/install.sh b/tools/vagrant/install.sh index 3edec85..eb25910 100644 --- a/tools/vagrant/install.sh +++ b/tools/vagrant/install.sh @@ -71,5 +71,5 @@ echo " $ createsuperuser" echo "For information on the above, and some examples on loading sample date," echo "please refer to the documentation found in the 'doc' folder." echo "Alternatively, check out the docs online:" -echo " https://patchwork.readthedocs.org/en/latest/development/" +echo " https://patchwork.readthedocs.io/en/latest/development/" echo "Happy patchworking." |