From 615b46867ae8c8e5a867387d97f81cfc09fd9f8b Mon Sep 17 00:00:00 2001 From: WATAHIKI YUTO Date: Fri, 21 Nov 2025 22:01:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?UTF-8?q?=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81=E3=82=92`master`=E3=81=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E8=A8=98=E8=BF=B0=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 +- README.md | 2 +- docusaurus.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-en.md b/README-en.md index 65cac9807..174427cc1 100644 --- a/README-en.md +++ b/README-en.md @@ -58,7 +58,7 @@ This document is formatted with Prettier. ## License -ut.code(); Learn is licensed under the [MIT license](https://github.com/ut-code/utcode-learn/blob/master/LICENSE). +ut.code(); Learn is licensed under the [MIT license](https://github.com/ut-code/utcode-learn/blob/main/LICENSE). Copyright © 2023 ut.code();. ## Contributing diff --git a/README.md b/README.md index 32a931cda..385fb2e3a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ npm run build ## ライセンス -ut.code(); Learn は [MIT license](https://github.com/ut-code/utcode-learn/blob/master/LICENSE) でライセンスされています。 +ut.code(); Learn は [MIT license](https://github.com/ut-code/utcode-learn/blob/main/LICENSE) でライセンスされています。 Copyright © 2023 ut.code();. ## 貢献 diff --git a/docusaurus.config.js b/docusaurus.config.js index dbe18463c..33007988e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -45,7 +45,7 @@ const config = { docs: { showLastUpdateTime: true, sidebarPath: "./sidebars.js", - editUrl: "https://github.com/ut-code/utcode-learn/blob/master/", + editUrl: "https://github.com/ut-code/utcode-learn/blob/main/", remarkPlugins: [math], rehypePlugins: [katex], },