Skip to content

Commit

Permalink
Merge d4552bc into 55203da
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Sep 4, 2022
2 parents 55203da + d4552bc commit e9c6825
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://andy-maier.github.io/macos-oslog/>`_
* `Documentation for latest released version <https://andy-maier.github.io/macos-oslog/html/docs/>`_

Change History
--------------

* `Change history for latest released version <https://andy-maier.github.io/macos-oslog/changes.html>`_
* `Change history for latest released version <https://andy-maier.github.io/macos-oslog/html/docs/changes.html>`_

Quick Start
-----------
Expand Down Expand Up @@ -83,7 +83,7 @@ Contributing

For information on how to contribute to the
macos-oslog project, see
`Contributing <https://andy-maier.github.io/macos-oslog/development.html#contributing>`_.
`Contributing <https://andy-maier.github.io/macos-oslog/html/docs/development.html#contributing>`_.


License
Expand Down
4 changes: 2 additions & 2 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},

Expand Down

0 comments on commit e9c6825

Please sign in to comment.