Skip to content

Commit cc1be09

Browse files
tricknotesLaughDonor
authored andcommitted
Fix link to CONTRIBUTING.md
We use "main" branch since 13365c9
1 parent b7840ac commit cc1be09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Hi! Thanks for creating a pull request.
22

3-
Please make sure you have read the [Contributing](https://github.com/grahamearley/FirestoreGoogleAppsScript/blob/master/CONTRIBUTING.md) guidelines before submitting.
3+
Please make sure you have read the [Contributing](https://github.com/grahamearley/FirestoreGoogleAppsScript/blob/main/.github/CONTRIBUTING.md) guidelines before submitting.
44

55
(You can delete this text).

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ See other library methods and details [in the wiki](/grahamearley/FirestoreGoogl
150150
> Utilize `createDocument(path + '/' + documentId, fields)` instead to create a document with a specific ID.
151151
152152
## Contributions
153-
Contributions are welcome — send a pull request! See [here](/grahamearley/FirestoreGoogleAppsScript/blob/master/.github/CONTRIBUTING.md) for more information on contributing.
153+
Contributions are welcome — send a pull request! See [here](/grahamearley/FirestoreGoogleAppsScript/blob/main/.github/CONTRIBUTING.md) for more information on contributing.
154154

155155
After cloning this repository, you can push it to your own private copy of this Google Apps Script project to test it yourself. See [here](https://github.com/google/clasp) for directions on using `clasp` to develop App Scripts locally.
156156
Install all packages from `package.json` with a bare `npm install`.

0 commit comments

Comments
 (0)