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

Commit de3d771

Browse files
committed
[links] fix links to cli & cloudcode
- recently I moved cloudcode to its own top level in parse.com/docs accordingly fix the links in cli docs
1 parent 754625b commit de3d771

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Parse Command Line Tool
44

55
The `Parse Command Line Tool` allows you to interact with your Cloud Code from the terminal.
66

7-
For more information please visit [Parse](https://parse.com/docs/js/guide#command-line).
7+
For more information please visit [Parse](https://parse.com/docs/cloudcode/guide#command-line).
88

99
Overview
1010
--------

configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func NewConfigureCmd(e *parsecli.Env) *cobra.Command {
222222
Use: "hooks [filename]",
223223
Short: "Configure webhooks according to given config file",
224224
Long: `Configure webhooks for the app based on the given configuration json file.
225-
For more details read: https://parse.com/docs/js/guide#command-line-webhooks
225+
For more details read: https://parse.com/docs/cloudcode/guide#command-line-webhooks
226226
`,
227227
Run: parsecli.RunWithArgsClient(e, c.hooks.HooksCmd),
228228
Aliases: []string{"webhooks"},

parsecli/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ To save time logging in, you should create an account key.
269269
fmt.Fprintln(
270270
e.Out,
271271
`Type "parse configure accountkey" to create a new account key.
272-
Read more at: https://parse.com/docs/js/guide#command-line-account-keys
272+
Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys
273273
274274
Please login to Parse using your email and password.`,
275275
)

0 commit comments

Comments
 (0)