From 4be630378b0ca099c11d06bd3ed32a32c00d1e29 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 25 Jul 2023 19:34:45 -0400 Subject: [PATCH 1/2] fix: broken pkgs.org link (#313) Remove for now to pass linter --- docs/guide/software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/software.md b/docs/guide/software.md index 30e4aa60..f22bf96e 100644 --- a/docs/guide/software.md +++ b/docs/guide/software.md @@ -56,5 +56,5 @@ sudo rpm-ostree install micro neovim helix To apply the staged new staged image that includes your packages, reboot your computer. -There is no search functionality in `rpm-ostree`, but you can use a general package search website such as [pkgs.org](https://pkgs.org/) or [Repology](https://repology.org/). +There is no search functionality in `rpm-ostree`, but you can use a general package search website such as [Repology](https://repology.org/). There is also no command to enable [copr](https://copr.fedorainfracloud.org/) or other repositories in `rpm-ostree`, but you can add the repo files manually to `/etc/yum.repos.d/` From b7c30899fd4ed9b3242423a0b1a211c73f62806c Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 25 Jul 2023 19:39:06 -0400 Subject: [PATCH 2/2] fix: broken link (#312) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414d660a..6d267417 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Universal Blue Website -This is the MkDocs repository that hosts the website for [Universal Blue]([https://ublue.it](https://universal-blue.org)). +This is the MkDocs repository that hosts the website for [Universal Blue](https://universal-blue.org). ## Developing