Skip to content

Commit 6a33847

Browse files
authored
デフォルトブランチをmasterとしている記述を修正 (#895)
1 parent 4b2c22b commit 6a33847

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This document is formatted with Prettier.
5858

5959
## License
6060

61-
ut.code(); Learn is licensed under the [MIT license](https://github.com/ut-code/utcode-learn/blob/master/LICENSE).
61+
ut.code(); Learn is licensed under the [MIT license](https://github.com/ut-code/utcode-learn/blob/main/LICENSE).
6262
Copyright © 2023 ut.code();.
6363

6464
## Contributing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ npm run build
8989

9090
## ライセンス
9191

92-
ut.code(); Learn は [MIT license](https://github.com/ut-code/utcode-learn/blob/master/LICENSE) でライセンスされています。
92+
ut.code(); Learn は [MIT license](https://github.com/ut-code/utcode-learn/blob/main/LICENSE) でライセンスされています。
9393
Copyright © 2023 ut.code();.
9494

9595
## 貢献

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config = {
4545
docs: {
4646
showLastUpdateTime: true,
4747
sidebarPath: "./sidebars.js",
48-
editUrl: "https://github.com/ut-code/utcode-learn/blob/master/",
48+
editUrl: "https://github.com/ut-code/utcode-learn/blob/main/",
4949
remarkPlugins: [math],
5050
rehypePlugins: [katex],
5151
},

0 commit comments

Comments
 (0)