diff --git a/INSTALL.md b/INSTALL.md index 12b563d..b98a7ee 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,4 +9,4 @@ macos-oslog project into your active Python environment: This will also install any prerequisite Python packages. For more details and alternative ways to install, see -[Installation](https://andy-maier.github.io/macos-oslog/intro.html#installation). +[Installation](https://andy-maier.github.io/macos-oslog/html/docs/install.html#installation). diff --git a/README.rst b/README.rst index 81979d0..e0f9c2b 100644 --- a/README.rst +++ b/README.rst @@ -42,17 +42,17 @@ This will also install any prerequisite Python packages. For more details and alternative ways to install, see `Installation`_. -.. _Installation: https://andy-maier.github.io/macos-oslog/intro.html#installation +.. _Installation: https://andy-maier.github.io/macos-oslog/html/docs/install.html#installation Documentation ------------- -* `Documentation for latest released version `_ +* `Documentation for latest released version `_ Change History -------------- -* `Change history for latest released version `_ +* `Change history for latest released version `_ Quick Start ----------- @@ -83,7 +83,7 @@ Contributing For information on how to contribute to the macos-oslog project, see -`Contributing `_. +`Contributing `_. License diff --git a/docs/development.rst b/docs/development.rst index 1d8bcff..a686a07 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -64,8 +64,8 @@ Setting up the development environment Building the documentation -------------------------- -The GitHub pages site of the repo is used to publish the documentation for the -project package at https://andy-maier.github.io/macos-oslog/ +The GitHub pages site of the repo is used to publish the documentation at +https://andy-maier.github.io/macos-oslog/html/docs/ . This page is automatically updated whenever the Git repo for this package changes the branch from which this documentation is built. diff --git a/setup.py b/setup.py index 2a01827..a4d4a8a 100755 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def read_file(a_file): url='https://github.com/andy-maier/macos-oslog', project_urls={ 'Bug Tracker': 'https://github.com/andy-maier/macos-oslog/issues', - 'Documentation': 'https://pypi.python.org/pypi/macos-oslog/', + 'Documentation': 'https://andy-maier.github.io/macos-oslog/html/docs/', 'Source Code': 'https://github.com/andy-maier/macos-oslog', },