aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/basic_application.adoc
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-18 15:10:13 +0200
committerUlf Lilleengen <[email protected]>2024-05-21 10:05:21 +0200
commit38946114d8b87e1ef867d1ef5830f5e781195921 (patch)
tree9e6adcdb77497515e7c43669d5867f40cdeb2088 /docs/pages/basic_application.adoc
parentd90e35980f0963387aeb80bbb974418a3b516ae7 (diff)
update links
Diffstat (limited to 'docs/pages/basic_application.adoc')
-rw-r--r--docs/pages/basic_application.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/basic_application.adoc b/docs/pages/basic_application.adoc
index aa3ea2d1b..781598aff 100644
--- a/docs/pages/basic_application.adoc
+++ b/docs/pages/basic_application.adoc
@@ -4,7 +4,7 @@ So you've got one of the xref:examples.adoc[examples] running, but what now? Let
4 4
5== Main 5== Main
6 6
7The full example can be found link:https://github.com/embassy-rs/embassy/tree/master/docs/modules/ROOT/examples/basic[here]. 7The full example can be found link:https://github.com/embassy-rs/embassy/tree/master/docs/examples/basic[here].
8 8
9NOTE: If you’re using VS Code and rust-analyzer to view and edit the examples, you may need to make some changes to `.vscode/settings.json` to tell it which project we’re working on. Follow the instructions commented in that file to get rust-analyzer working correctly. 9NOTE: If you’re using VS Code and rust-analyzer to view and edit the examples, you may need to make some changes to `.vscode/settings.json` to tell it which project we’re working on. Follow the instructions commented in that file to get rust-analyzer working correctly.
10 10