From b4037ecdf62ac94fe20a569ac9bf26b92cfbba43 Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Thu, 10 Aug 2023 05:27:27 +0000 Subject: [PATCH 1/2] style: Remove extra whitespace in link description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a1371477..380aec5438 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For more info, check out the [uBlue homepage](https://universal-blue.org/) and t ## Getting started -See the [Make Your Own -page in the documentation](https://universal-blue.org/tinker/make-your-own/) for quick setup instructions for setting up your own repository based on this template. +See the [Make Your Own-page in the documentation](https://universal-blue.org/tinker/make-your-own/) for quick setup instructions for setting up your own repository based on this template. Don't worry, it only requires some basic knowledge about using the terminal and git. From ec6fac67c70618edbeaaed179a3cdbb3b2b9bdcb Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Thu, 10 Aug 2023 05:28:07 +0000 Subject: [PATCH 2/2] fix: Fix link to make-your-own documentation --- recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index debc00c71b..e62c20a4f2 100644 --- a/recipe.yml +++ b/recipe.yml @@ -14,7 +14,7 @@ base-image: ghcr.io/ublue-os/silverblue-main fedora-version: 38 # This description will be visible in the container metadata. -description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/ +description: A starting point for further customization of uBlue images. Make your own! https://universal-blue.org/tinker/make-your-own/ # These scripts will be executed during the container build. # Place scripts in the "scripts/" dir and put the corresponding filenames here.