File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const Home: NextPage = () => {
80
80
81
81
< Title level = { 4 } >
82
82
This page:{ " " }
83
- < a href = "https://github.com/graphile/starter/blob/master /@app/client/src/pages/index.tsx" >
83
+ < a href = "https://github.com/graphile/starter/blob/main /@app/client/src/pages/index.tsx" >
84
84
< code > @app/client/src/pages/index.tsx</ code >
85
85
</ a >
86
86
</ Title >
@@ -91,7 +91,7 @@ const Home: NextPage = () => {
91
91
92
92
< Title level = { 4 } >
93
93
The server:{ " " }
94
- < a href = "https://github.com/graphile/starter/blob/master /@app/server/src/index.ts" >
94
+ < a href = "https://github.com/graphile/starter/blob/main /@app/server/src/index.ts" >
95
95
< code > @app/server/src/index.ts</ code >
96
96
</ a >
97
97
</ Title >
@@ -115,7 +115,7 @@ const Home: NextPage = () => {
115
115
easiest way is to run < code > yarn db uncommit</ code > which will undo
116
116
this initial migration and move its content back to current.sql for
117
117
you to modify. Please see{ " " }
118
- < a href = "https://github.com/graphile/migrate/blob/master /README.md" >
118
+ < a href = "https://github.com/graphile/migrate/blob/main /README.md" >
119
119
the graphile-migrate documentation
120
120
</ a >
121
121
.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ may prefer to switch this out for your preferred migration framework such as
17
17
[ flyway] ( https://flywaydb.org/ ) or many many many others.
18
18
19
19
Should you decide to stick with Graphile Migrate, we strongly encourage you to
20
- [ read the Graphile Migrate README] ( https://github.com/graphile/migrate/blob/master /README.md )
20
+ [ read the Graphile Migrate README] ( https://github.com/graphile/migrate/blob/main /README.md )
21
21
before attempting to write your own migrations. Graphile Migrate works in quite
22
22
a different way to many other migration frameworks, and relys on your discipline
23
23
and SQL knowledge to work well.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This folder contains the database migrations. We're using the `graphile-migrate`
4
4
project to produce these; we highly recommend you read the README before
5
5
implementing your own migrations:
6
6
7
- https://github.com/graphile/migrate/blob/master /README.md
7
+ https://github.com/graphile/migrate/blob/main /README.md
8
8
9
9
The main file you'll be working with is ` current.sql ` .
10
10
You can’t perform that action at this time.
0 commit comments