From 77cd8d54295eea97cee826b14cc7d3d200bad9b9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 8 Nov 2023 20:05:47 -0500 Subject: [PATCH] docs: Fix URLs More copy-pasta from bootc docs (man it'd sure be nice to auto-inherit this from the repo). --- docs/_config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 24b21892..d26cf8fe 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ -title: containers/bootc -description: bootc documentation +title: centos/centos-boot +description: centos-boot documentation baseurl: "/centos-boot" url: "https://centos.github.io" # Comment above and use below for local development @@ -32,8 +32,8 @@ color_scheme: coreos # Aux links for the upper right navigation aux_links: - "bootc on GitHub": - - "https://github.com/containers/bootc" + "centos-boot on GitHub": + - "https://github.com/centos/centos-boot" footer_content: "Copyright © Red Hat, Inc. and others." @@ -44,7 +44,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # Footer "Edit this page on GitHub" link text gh_edit_link: true gh_edit_link_text: "Edit this page on GitHub" -gh_edit_repository: "https://github.com/containers/bootc" +gh_edit_repository: "https://github.com/centos/centos-boot" gh_edit_branch: "main" gh_edit_source: docs gh_edit_view_mode: "tree"