Skip to content

Commit d42724f

Browse files
authored
Update broken links in tutorial (#343)
* Update broken links in tutorial.md * Update changelog.md
1 parent 69d8fe9 commit d42724f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 2025-06-26
4+
5+
- docs: Fix broken links in the tutorial.
6+
37
### 2025-06-23
48

59
- Add Discourse Service Health Grafana dashboard.

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ In this tutorial, we'll go through each step of the process to get a basic Disco
1010

1111
## Requirements
1212
- A working station, e.g., a laptop, with amd64 architecture.
13-
- Juju 3 installed and bootstrapped to a MicroK8s controller. You can accomplish this process by using a Multipass VM as outlined in this guide: [Set up / Tear down your test environment](https://juju.is/docs/juju/set-up--tear-down-your-test-environment)
13+
- Juju 3 installed and bootstrapped to a MicroK8s controller. You can accomplish this process by using a Multipass VM as outlined in this guide: [Set up / Tear down your test environment]([https://juju.is/docs/juju/set-up--tear-down-your-test-environment](https://documentation.ubuntu.com/juju/3.6/howto/manage-your-deployment/#set-up-your-deployment-local-testing-and-development))
1414
- NGINX Ingress Controller. If you're using [MicroK8s](https://microk8s.io/), this can be done by running the command `microk8s enable ingress`. For more details, see [Add-on: Ingress](https://microk8s.io/docs/addon-ingress).
1515

16-
For more information about how to install Juju, see [Get started with Juju](https://juju.is/docs/olm/get-started-with-juju).
16+
For more information about how to install Juju, see [Get started with Juju]([https://juju.is/docs/olm/get-started-with-juju](https://documentation.ubuntu.com/juju/3.6/tutorial/)).
1717

1818
:warning: When using a Multipass VM, make sure to replace `127.0.0.1` IP addresses with the
1919
VM IP in steps that assume you're running locally. To get the IP address of the

0 commit comments

Comments
 (0)