Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 668e1eb

Browse files
committed
update link to account keys documentation
1 parent 1e5f0a9 commit 668e1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parsecli/login.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ To save time logging in, you should create an account key.
259259
fmt.Fprintln(
260260
e.Out,
261261
`Type "parse configure accountkey" to create a new account key.
262-
Read more at: https://parse.com/docs/js/guide#command-line-account-keys`)
262+
Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys`)
263263
return "", stackerr.New("Account key not configured")
264264
}
265265

@@ -289,7 +289,7 @@ func (l *Login) AuthUser(e *Env, strict bool) error {
289289
fmt.Fprintln(
290290
e.Out,
291291
`Type "parse configure accountkey" to create a new account key.
292-
Read more at: https://parse.com/docs/js/guide#command-line-account-keys
292+
Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys
293293
294294
Please login to Parse using your email and password.`,
295295
)

0 commit comments

Comments
 (0)