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

@@ -54,7 +54,7 @@ function RestQuery(config, auth, className, restWhere = {}, restOptions = {}, cl
this.include = [];
// If we have keys, we probably want to force some includes (n-1 level)
// See issue: https://github.com/ParsePlatform/parse-server/issues/3185
// See issue: https://github.com/parse-community/parse-server/issues/3185
if (restOptions.hasOwnProperty('keys')) {
const keysForInclude = restOptions.keys.split(',').filter((key) => {
// At least 2 components