Skip to content

Commit f4b1edd

Browse files
authored
chore: fix typos in dashboard (#1004)
1 parent 379408b commit f4b1edd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Great for speeding up your ramp-up and navigating the repo more effectively.
212212
Several projects live here:
213213

214214
- [`autocomplete`](packages/autocomplete/) - The autocomplete react app
215-
- [`dashboard`](packages/dashboard/) - The dashboard react app
215+
- [`dashboard`](packages/dashboard-app/) - The dashboard react app
216216
- [`figterm`](crates/figterm/) - figterm, our headless terminal/pseudoterminal that
217217
intercepts the user’s terminal edit buffer.
218218
- [`q_cli`](crates/q_cli/) - the `q` CLI, allows users to interface with Amazon Q Developer from

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/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.

docs/assets/architecture.mermaid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flowchart LR
1414
autocomplete[fa:fa-window-restore Autocomplete *]
1515
click autocomplete href "packages/autocomplete"
1616
dashboard[fa:fa-window-maximize Dashboard *]
17-
click dashboard href "packages/dashboard"
17+
click dashboard href "packages/dashboard-app"
1818
end
1919
localCli[Q CLI *]
2020
click localCli href "q_cli"

0 commit comments

Comments
 (0)