Skip to content

Commit 860e0fd

Browse files
committed
chore: rename master branch to main
1 parent ecc63aa commit 860e0fd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
yarn lint
2424
yarn typecheck
2525
yarn build
26+
2627
gh-release:
27-
if: github.ref_name == 'master'
28+
if: github.ref_name == 'main'
2829
runs-on: ubuntu-latest
2930
needs: checks
3031
steps:

docs/reference/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default defineController(() => ({
9191
{'{\n validators?: '}
9292
<a href="/docs/reference/validation/zod#controller-level">(コントローラーレベル バリデーター)</a>
9393
{',\n schemas?: { response?: { [(HTTP Status Code)]: '}
94-
<a href="https://github.com/fastify/fast-json-stringify/blob/master/types/index.d.ts">Schema</a>
94+
<a href="https://github.com/fastify/fast-json-stringify/blob/main/types/index.d.ts">Schema</a>
9595
{' } },\n hooks?: '}
9696
<a href="/docs/reference/hooks#serverhooks">ServerHooks</a>
9797
{',\n handler: '}

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ module.exports = {
143143
docs: {
144144
sidebarPath: require.resolve('./sidebars.js'),
145145
// Please change this to your repo.
146-
editUrl: 'https://github.com/frouriojs/ja.frourio.com/edit/master/',
146+
editUrl: 'https://github.com/frouriojs/ja.frourio.com/edit/main/',
147147
},
148148
gtag: {
149149
trackingID: process.env.TRACKING_ID || 'G-XXXXXX',
150150
},
151151
blog: {
152152
showReadingTime: true,
153153
// Please change this to your repo.
154-
editUrl: 'https://github.com/frouriojs/ja.frourio.com/edit/master/',
154+
editUrl: 'https://github.com/frouriojs/ja.frourio.com/edit/main/',
155155
},
156156
theme: {
157157
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)