From 668e1eb0495680e0f60cf3f2eebdff2a9428f9be Mon Sep 17 00:00:00 2001 From: Joe Lutz Date: Sat, 7 Nov 2015 14:03:07 -0600 Subject: [PATCH] update link to account keys documentation --- parsecli/login.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsecli/login.go b/parsecli/login.go index 1c8f991..3f179f6 100644 --- a/parsecli/login.go +++ b/parsecli/login.go @@ -259,7 +259,7 @@ To save time logging in, you should create an account key. fmt.Fprintln( e.Out, `Type "parse configure accountkey" to create a new account key. -Read more at: https://parse.com/docs/js/guide#command-line-account-keys`) +Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys`) return "", stackerr.New("Account key not configured") } @@ -289,7 +289,7 @@ func (l *Login) AuthUser(e *Env, strict bool) error { fmt.Fprintln( e.Out, `Type "parse configure accountkey" to create a new account key. -Read more at: https://parse.com/docs/js/guide#command-line-account-keys +Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys Please login to Parse using your email and password.`, )