From d04ad0f78c2b3a7c32cc4c75bafff0f267535af4 Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Sat, 12 Aug 2023 07:59:14 +0200 Subject: [PATCH] docs: minor fixes to documentation (#136) * style: Remove extra whitespace in link description * fix: Fix link to make-your-own documentation --- README.md | 2 +- recipe.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22a1371..380aec5 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. diff --git a/recipe.yml b/recipe.yml index debc00c..e62c20a 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.