Skip to content

Commit f7d9b04

Browse files
authored
docs: Fix Core Manager link in README (#2432)
1 parent f1cec0d commit f7d9b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Types are updated manually after every release. If a definition doesn't exist, p
113113

114114
#### Core Manager
115115

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].
117117

118118
```js
119119
// Configuration example
@@ -144,6 +144,7 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
144144

145145
[3rd-party-auth]: http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
146146
[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
147148
[custom-auth-module]: https://docs.parseplatform.org/js/guide/#custom-authentication-module
148149
[link-with]: https://docs.parseplatform.org/js/guide/#linking-users
149150
[open-collective-link]: https://opencollective.com/parse-server

0 commit comments

Comments
 (0)