From c024433c1b69b99df7951e2f40cab78c90607697 Mon Sep 17 00:00:00 2001 From: sefeijoo Date: Mon, 4 Aug 2025 12:02:48 -0500 Subject: [PATCH 1/2] replace markdown link with mist ref --- docs/how-to-guides/using-ubuntu-core.md | 2 +- docs/tutorials/build-your-first-image/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-guides/using-ubuntu-core.md b/docs/how-to-guides/using-ubuntu-core.md index 0f35d0f0..31ebfed3 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**. From 0ee4f579e2c1ac52f15715e998fa8f3e24b02a66 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 4 Aug 2025 12:16:15 -0500 Subject: [PATCH 2/2] Update docs/how-to-guides/using-ubuntu-core.md Co-authored-by: Graham Morrison --- docs/how-to-guides/using-ubuntu-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/using-ubuntu-core.md b/docs/how-to-guides/using-ubuntu-core.md index 31ebfed3..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 {ref}`Build an image ` 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