|
2 | 2 |
|
3 | 3 | --- |
4 | 4 |
|
5 | | -[](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Aalpha) |
6 | | -[](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Abeta) |
7 | | -[](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Arelease) |
| 5 | +[](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Aalpha) |
| 6 | +[](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Abeta) |
| 7 | +[](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Arelease) |
8 | 8 | [](https://snyk.io/test/github/parse-community/Parse-SDK-JS) |
9 | | -[](http://codecov.io/github/parse-community/Parse-SDK-JS?branch=alpha) |
| 9 | +[](https://codecov.io/gh/parse-community/Parse-SDK-JS) |
10 | 10 |
|
11 | 11 | [](https://nodejs.org/) |
12 | 12 | [](https://github.com/parse-community/parse-dashboard/releases) |
@@ -113,7 +113,7 @@ Types are updated manually after every release. If a definition doesn't exist, p |
113 | 113 |
|
114 | 114 | #### Core Manager |
115 | 115 |
|
116 | | -The SDK has a [Core Manager](src/CoreManager.ts) that handles all configurations and controllers. These modules can be swapped out for customization before you initialize the SDK. For full list of all available modules take a look at the [Core Manager Documentation](src/CoreManager.ts). |
| 116 | +The SDK has a [Core Manager][core-manager] that handles all configurations and controllers. These modules can be swapped out for customization before you initialize the SDK. For full list of all available modules take a look at the [Core Manager Documentation][core-manager]. |
117 | 117 |
|
118 | 118 | ```js |
119 | 119 | // Configuration example |
@@ -144,6 +144,7 @@ We really want Parse to be yours, to see it grow and thrive in the open source c |
144 | 144 |
|
145 | 145 | [3rd-party-auth]: http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication |
146 | 146 | [contributing]: https://github.com/parse-community/Parse-SDK-JS/blob/master/CONTRIBUTING.md |
| 147 | +[core-manager]: https://github.com/parse-community/Parse-SDK-JS/blob/alpha/src/CoreManager.ts |
147 | 148 | [custom-auth-module]: https://docs.parseplatform.org/js/guide/#custom-authentication-module |
148 | 149 | [link-with]: https://docs.parseplatform.org/js/guide/#linking-users |
149 | 150 | [open-collective-link]: https://opencollective.com/parse-server |
|
0 commit comments