Skip to content

Commit 712b603

Browse files
fix up new learn guide
1 parent 06aef60 commit 712b603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/developers/harper-applications-in-depth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ In previous guides we demonstrated how to use the `harper` and `harper dev` comm
302302
- `harper restart` will restart the main process and all threads (different than the thread-only restart from the `dev` command)
303303
- `harper status` displays the status of the process including the PID
304304

305-
There are a few more commands not listed here (check out the [CLI reference]() if you're interested), and there is one more fun trick with the CLI.
305+
There are a few more commands not listed here (check out the [CLI reference](/docs/deployments/harper-cli) if you're interested), and there is one more fun trick with the CLI.
306306

307307
Certain operations from the Operations API are available as CLI commands! They follow the convention: `harper <operation> <param>=<value>`, and by return YAML by default. You can always pass `json=true` to see the result in JSON instead.
308308

@@ -599,7 +599,7 @@ At this point, you should confident to start tinkering with your own ideas for a
599599

600600
## Additional Resources
601601

602-
- [Operations API](/docs/reference/operations-api/)
602+
- [Operations API](/docs/developers/operations-api/)
603603
- [`logger` global reference](/docs/reference/globals#logger)
604604
- [Resources](/docs/reference/resources/)
605605
- [Components](/docs/reference/components/)

0 commit comments

Comments
 (0)