Skip to content

Fix broken links in Readme #1236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Assets/img/logo_large.png
Binary file not shown.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="Parse Platform" src="Assets/img/logo_large.png" width="200">
<img alt="Parse Platform" src="https://github.com/parse-community/Parse-SDK-JS/raw/master/.github/parse-logo.png" width="200">
</p>

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

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

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

## 3rd Party Authentications

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

## Contributing

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

## License

Expand All @@ -120,7 +120,9 @@ of patent rights can be found in the PATENTS file in the same directory.
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.

[3rd-party-auth]: http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
[contributing]: https://github.com/parse-community/Parse-SDK-JS/blob/master/CONTRIBUTING.md
[custom-auth-module]: https://docs.parseplatform.org/js/guide/#custom-authentication-module
[link-with]: https://docs.parseplatform.org/js/guide/#linking-users
[migration]: https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md
[open-collective-link]: https://opencollective.com/parse-server
[types-parse]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse
7 changes: 1 addition & 6 deletions jsdoc-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
},
"templates": {
"default": {
"outputSourceFiles": false,
"staticFiles": {
"include": [
"./Assets"
]
}
"outputSourceFiles": false
},
"cleverLinks": false,
"monospaceLinks": false
Expand Down