aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/getting_started.adoc
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-18 15:50:17 +0200
committerUlf Lilleengen <[email protected]>2024-05-21 10:05:21 +0200
commit06218f9536ef7e64e2e072f9578592d27028f99d (patch)
treed216df00b2bebef0d86fcefd01520d316532a250 /docs/pages/getting_started.adoc
parent38946114d8b87e1ef867d1ef5830f5e781195921 (diff)
fix internal refs
Diffstat (limited to 'docs/pages/getting_started.adoc')
-rw-r--r--docs/pages/getting_started.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pages/getting_started.adoc b/docs/pages/getting_started.adoc
index 73cb5530d..465059922 100644
--- a/docs/pages/getting_started.adoc
+++ b/docs/pages/getting_started.adoc
@@ -137,7 +137,7 @@ If you’re still having problems, check the link:https://embassy.dev/book/dev/f
137 137
138Congratulations, you have your first Embassy application running! Here are some suggestions for where to go from here: 138Congratulations, you have your first Embassy application running! Here are some suggestions for where to go from here:
139 139
140* Read more about the xref:runtime.adoc[executor]. 140* Read more about the xref:_embassy_executor[executor].
141* Read more about the xref:hal.adoc[HAL]. 141* Read more about the xref:_hardware_abstraction_layer_hal[HAL].
142* Start xref:basic_application.adoc[writing your application]. 142* Start xref:_a_basic_embassy_application[writing your application].
143* Learn how to xref:new_project.adoc[start a new embassy project by adapting an example]. 143* Learn how to xref:_starting_a_new_project[start a new embassy project by adapting an example].