From 16d87fcf229052c70ec4e4ded39674abfe195484 Mon Sep 17 00:00:00 2001 From: "Takagi, Isamu" <43976882+isamu-takagi@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:45:22 +0900 Subject: [PATCH] chore: fix mkdocs url (#1) * chore: fix mkdocs url Signed-off-by: Takagi, Isamu * Fix edit_uri Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> --- mkdocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yaml b/mkdocs.yaml index 98cdb3b6541..b853e27cd95 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,9 +1,9 @@ site_name: Autoware Documentation -site_url: https://autowarefoundation.github.io/autoware-documentation -repo_url: https://github.com/autowarefoundation/autoware-documentation -edit_uri: edit/main/ +site_url: https://tier4.github.io/autoware-documentation +repo_url: https://github.com/tier4/autoware-documentation +edit_uri: edit/docs/tier4/main/ docs_dir: docs -copyright: Copyright © 2021 The Autoware Foundation +copyright: Copyright © 2022 Tier IV, Inc. theme: name: material