Skip to content

Commit 2c8cb6f

Browse files
Benjamin Wilson Friedmanflovilmart
authored andcommitted
Corrects Guide Link in README.md (#457)
Just a small fix of `https` to `http` for the JS guide link, which is only available over `http`.
1 parent 30cc5fc commit 2c8cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CDNJS version](https://img.shields.io/cdnjs/v/parse.svg)](https://cdnjs.com/libraries/parse)
77
[![License][license-svg]][license-link]
88

9-
A library that gives you access to the powerful Parse cloud platform from your JavaScript app. For more information on Parse and its features, see [the website](http://parseplatform.org) or [the JavaScript guide](https://docs.parseplatform.org/js/guide/).
9+
A library that gives you access to the powerful Parse cloud platform from your JavaScript app. For more information on Parse and its features, see [the website](http://parseplatform.org) or [the JavaScript guide](http://docs.parseplatform.org/js/guide/).
1010

1111
## Getting Started
1212

0 commit comments

Comments
 (0)