Skip to content

Commit 7ebee84

Browse files
authored
Fixup some documentation urls that still refer to "master" branch (#176)
* Fixup some documentation urls that still refer to "master" branch * Inadvertently changed - antd has not renamed master
1 parent 58699dd commit 7ebee84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

@app/client/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const Home: NextPage = () => {
8080

8181
<Title level={4}>
8282
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">
8484
<code>@app/client/src/pages/index.tsx</code>
8585
</a>
8686
</Title>
@@ -91,7 +91,7 @@ const Home: NextPage = () => {
9191

9292
<Title level={4}>
9393
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">
9595
<code>@app/server/src/index.ts</code>
9696
</a>
9797
</Title>
@@ -115,7 +115,7 @@ const Home: NextPage = () => {
115115
easiest way is to run <code>yarn db uncommit</code> which will undo
116116
this initial migration and move its content back to current.sql for
117117
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">
119119
the graphile-migrate documentation
120120
</a>
121121
.

@app/db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ may prefer to switch this out for your preferred migration framework such as
1717
[flyway](https://flywaydb.org/) or many many many others.
1818

1919
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)
2121
before attempting to write your own migrations. Graphile Migrate works in quite
2222
a different way to many other migration frameworks, and relys on your discipline
2323
and SQL knowledge to work well.

@app/db/migrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This folder contains the database migrations. We're using the `graphile-migrate`
44
project to produce these; we highly recommend you read the README before
55
implementing your own migrations:
66

7-
https://github.com/graphile/migrate/blob/master/README.md
7+
https://github.com/graphile/migrate/blob/main/README.md
88

99
The main file you'll be working with is `current.sql`.
1010

0 commit comments

Comments
 (0)