Skip to content

Commit

Permalink
Merge pull request #2408 from aknierim/fix_broken_urls_in_readme
Browse files Browse the repository at this point in the history
Fix broken urls in README
  • Loading branch information
maxnoe authored Oct 26, 2023
2 parents 973332b + 38d38d8 commit 273f642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ or via::

pip install ctapipe

**Note**: to install a specific version of ctapipe take look at the documentation `here <https://ctapipe.readthedocs.org/en/latest/getting_started_users/>`__.
**Note**: to install a specific version of ctapipe take look at the documentation `here <https://ctapipe.readthedocs.io/en/latest/user-guide/index.html>`__.

**Note**: ``mamba`` is a C++ reimplementation of conda and can be found `here <https://github.com/mamba-org/mamba>`__.

Note this is *pre-alpha* software and is not yet stable enough for end-users (expect large API changes until the first stable 1.0 release).

Developers should follow the development install instructions found in the
`documentation <https://ctapipe.readthedocs.org/en/latest/getting_started/>`__.
`documentation <https://ctapipe.readthedocs.io/en/latest/developer-guide/getting-started.html>`__.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def setup(app):
"version_match": version_match,
"json_url": json_url,
},
"navigation_with_keys": False,
"use_edit_page_button": True,
"icon_links_label": "Quick Links",
"icon_links": [
Expand Down

0 comments on commit 273f642

Please sign in to comment.