Skip to content

Commit

Permalink
docs: fix link to Juju docs in Kubernetes charm tutorial (#1529)
Browse files Browse the repository at this point in the history
This PR fixes the link to Juju on this page:
https://ops.readthedocs.io/en/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/set-up-your-development-environment.html

Fixed issues:

- The link points to "Tear down automatically" in the Juju instructions.
It should point to the full instructions for setting up automatically.
- The link doesn't render properly because of a missing `)` at the end.
  • Loading branch information
dwilding authored Jan 16, 2025
1 parent e4e9307 commit d180ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You will need a charm directory, the various tools in the charm SDK, Juju, and a

You can get all of this by following our generic development setup guide, with some annotations.

> See [`juju` | Set up your environment automatically](https://juju.is/docs/juju/set-up--tear-down-your-test-environment#tear-down-automatically, with the following changes:
> See [Set up / tear down automatically](https://juju.is/docs/juju/set-up--tear-down-your-test-environment#set-up-tear-down-automatically), with the following changes:
> - At the directory step, call your directory `fastapi-demo`.
> - At the VM setup step, call your VM `charm-dev` and also set up Docker:
> 1. `sudo addgroup --system docker`
Expand Down

0 comments on commit d180ad2

Please sign in to comment.