diff --git a/docs/how-to-guides/using-ubuntu-core.md b/docs/how-to-guides/using-ubuntu-core.md index 0f35d0f0..6143b676 100644 --- a/docs/how-to-guides/using-ubuntu-core.md +++ b/docs/how-to-guides/using-ubuntu-core.md @@ -24,7 +24,7 @@ snap set wpe-webkit-mir-kiosk url=https://ubuntu.com/core The first command installs [ubuntu-frame](https://snapcraft.io/ubuntu-frame). This provides the graphical display for developers deploying embedded applications with a GUI. The next snap, [wpe-webkit-mir-kiosk](https://snapcraft.io/wpe-webkit-mir-kiosk), installs an open-source web viewer and we use `snap set` to configure this with the web address we'd like to show. -All of this initial configuration could be done during the image build to control the complete user experience from the first boot. To learn how to create your own custom image, see our [Build an image](/tutorials/build-your-first-image/index) guide. +All of this initial configuration could be done during the image build to control the complete user experience from the first boot. To learn how to create your own custom image. See our {ref}`Build an image ` guide. ## Interfaces diff --git a/docs/tutorials/build-your-first-image/index.md b/docs/tutorials/build-your-first-image/index.md index 81621e47..245a0c2e 100644 --- a/docs/tutorials/build-your-first-image/index.md +++ b/docs/tutorials/build-your-first-image/index.md @@ -1,3 +1,4 @@ +(ref-index-build-your-first-image)= # Build your first image This tutorial will guide you through the steps required to **create your own Ubuntu Core image**, with **your own selection of snaps**, and **install it on a Raspberry Pi**.