Corrected outdated links (#4254)

This commit is contained in:
Benjamin Wilson Friedman
2017-10-12 19:40:47 -07:00
committed by Florent Vilmart
parent f0b7ffcdd6
commit 9145c88562
8 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ ParseCloud._removeAllHooks = () => {
ParseCloud.useMasterKey = () => {
// eslint-disable-next-line
console.warn("Parse.Cloud.useMasterKey is deprecated (and has no effect anymore) on parse-server, please refer to the cloud code migration notes: https://github.com/ParsePlatform/parse-server/wiki/Compatibility-with-Hosted-Parse#cloud-code")
console.warn("Parse.Cloud.useMasterKey is deprecated (and has no effect anymore) on parse-server, please refer to the cloud code migration notes: http://docs.parseplatform.org/parse-server/guide/#master-key-must-be-passed-explicitly")
}
ParseCloud.httpRequest = require("./httpRequest");