Skip to content

Commit 3d37485

Browse files
authored
docs(parse): Remove parse.com references (#1228)
1 parent 90191ca commit 3d37485

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/CloudCode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
* Sample request:
222222
* ```
223223
* Parse.Cloud.httpRequest({
224-
* url: 'http://www.parse.com/'
224+
* url: 'http://www.example.com/'
225225
* }).then(function(httpResponse) {
226226
* // success
227227
* console.log(httpResponse.text);

src/Parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import RESTController from './RESTController';
2525
const Parse = {
2626
/**
2727
* Call this method first to set up your authentication tokens for Parse.
28-
* You can get your keys from the Data Browser on parse.com.
2928
* @param {String} applicationId Your Parse Application ID.
3029
* @param {String} javaScriptKey (optional) Your Parse JavaScript Key (Not needed for parse-server)
3130
* @param {String} masterKey (optional) Your Parse Master Key. (Node.js only!)

src/ParseError.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ ParseError.OTHER_CAUSE = -1;
4040

4141
/**
4242
* Error code indicating that something has gone wrong with the server.
43-
* If you get this error code, it is Parse's fault. Contact us at
44-
* https://parse.com/help
4543
* @property INTERNAL_SERVER_ERROR
4644
* @static
4745
* @final

0 commit comments

Comments
 (0)