decap-cms-backend-github 3.1.0 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,13 +4,13 @@ An abstraction layer between the CMS and [GitHub](https://docs.github.com/en/res
4
4
 
5
5
  ## Code structure
6
6
 
7
- `Implementation` for [File Management System API](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/README.md) based on `Api`.
7
+ `Implementation` for [File Management System API](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-util/README.md) based on `Api`.
8
8
 
9
9
  `Api` - A wrapper for GitHub REST API.
10
10
 
11
11
  `GraphQLApi` - `Api` with `ApolloClient`. [Api docs](https://docs.github.com/en/graphql) and [netlify docs](https://www.decapcms.org/docs/beta-features/#github-graphql-api).
12
12
 
13
- `AuthenticationPage` - uses [lib-auth](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-auth/README.md) to facilitate OAuth and implicit authentication.
13
+ `AuthenticationPage` - uses [lib-auth](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-auth/README.md) to facilitate OAuth and implicit authentication.
14
14
 
15
15
  `scripts` - use `createFragmentTypes.js` to create GitHub GraphQL API fragment types.
16
16