Skip to content

Commit ff803bf

Browse files
authored
chore: fix path to the dashboard README (#1696)
1 parent 3a91a77 commit ff803bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fig_desktop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ instructions in the [root README](../README.md).
66

77
## Developing
88

9-
1. Follow the instructions under [the dashboard README](../packages/dashboard-app/README.md) to run the development server.
9+
1. Follow the instructions under [the dashboard README](../../packages/dashboard-app/README.md) to run the development server.
1010
1. Run `cargo run`.
1111
1. Once the UI opens, right click anywhere to inspect element, go to the console tab, and set `window.location.href`
1212
to the URL of the dashboard development server.

0 commit comments

Comments
 (0)