Skip to content

Commit 41a8cc3

Browse files
authored
Fix broken links in Readme (#1236)
1 parent aef7377 commit 41a8cc3

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Assets/img/logo_large.png

-27.6 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="Parse Platform" src="Assets/img/logo_large.png" width="200">
2+
<img alt="Parse Platform" src="https://github.com/parse-community/Parse-SDK-JS/raw/master/.github/parse-logo.png" width="200">
33
</p>
44

55
<h2 align="center">Parse SDK for JavaScript</h2>
@@ -77,7 +77,7 @@ Types are updated manually after every release. If a definition doesn't exist, p
7777

7878
With Parse SDK 2.0.0, gone are the backbone style callbacks and Parse.Promises.
7979

80-
We have curated a [migration guide](2.0.0.md) that should help you migrate your code.
80+
We have curated a [migration guide][migration] that should help you migrate your code.
8181

8282
## 3rd Party Authentications
8383

@@ -103,7 +103,7 @@ And don't forget, if you plan to deploy it remotely, you should run `npm install
103103

104104
## Contributing
105105

106-
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Javascript SDK guide](CONTRIBUTING.md).
106+
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Javascript SDK guide][contributing].
107107

108108
## License
109109

@@ -120,7 +120,9 @@ of patent rights can be found in the PATENTS file in the same directory.
120120
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
121121

122122
[3rd-party-auth]: http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
123+
[contributing]: https://github.com/parse-community/Parse-SDK-JS/blob/master/CONTRIBUTING.md
123124
[custom-auth-module]: https://docs.parseplatform.org/js/guide/#custom-authentication-module
124125
[link-with]: https://docs.parseplatform.org/js/guide/#linking-users
126+
[migration]: https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md
125127
[open-collective-link]: https://opencollective.com/parse-server
126128
[types-parse]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse

jsdoc-conf.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
},
1010
"templates": {
1111
"default": {
12-
"outputSourceFiles": false,
13-
"staticFiles": {
14-
"include": [
15-
"./Assets"
16-
]
17-
}
12+
"outputSourceFiles": false
1813
},
1914
"cleverLinks": false,
2015
"monospaceLinks": false

0 commit comments

Comments
 (0)