Skip to content

Commit

Permalink
Fix broken links in README.md (#315)
Browse files Browse the repository at this point in the history
As raised in #279 there are some broken links within the `README.md`
document. This PR should fix that and point to the correct webpages.

I found [Lychee](https://github.com/lycheeverse/lychee) to be quite
useful in detecting broken links and they have a [GitHub
Action](https://github.com/marketplace/actions/lychee-broken-link-checker)
for use in CI.
  • Loading branch information
jackhodgkiss authored Oct 22, 2024
1 parent cb7e803 commit 37aeca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ as [JupyterHub](https://jupyter.org/hub) that run on [Kubernetes](https://kubern

To run Azimuth on your own cloud, please see:

* https://azimuth-cloud.github.io/azimuth-config/
* https://azimuth-config.readthedocs.io/en/stable/

Developers looking to modify Azimuth, please see:

* https://azimuth-cloud.github.io/azimuth-config/developing/
* https://azimuth-config.readthedocs.io/en/stable/developing/
* https://github.com/azimuth-cloud/azimuth-sample-appliance

Users of Azimuth wanting to know more, please see:
Expand Down Expand Up @@ -171,7 +171,7 @@ is much more complex and has many dependencies:

To manage this complexity, we use [Ansible](https://www.ansible.com/) to deploy Azimuth
and all of it's dependencies. See the
[Azimuth Deployment Documentation](https://azimuth-cloud.github.io/azimuth-config/) for
[Azimuth Deployment Documentation](https://azimuth-config.readthedocs.io/en/stable/) for
more details.

## Setting up a local development environment
Expand Down

0 comments on commit 37aeca9

Please sign in to comment.