aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/basic_application.adoc2
-rw-r--r--docs/pages/getting_started.adoc8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/pages/basic_application.adoc b/docs/pages/basic_application.adoc
index 781598aff..7b4ebda4f 100644
--- a/docs/pages/basic_application.adoc
+++ b/docs/pages/basic_application.adoc
@@ -1,6 +1,6 @@
1= A basic Embassy application 1= A basic Embassy application
2 2
3So you've got one of the xref:examples.adoc[examples] running, but what now? Let's go through a simple Embassy application for the nRF52 DK to understand it better. 3So you've got one of the examples running, but what now? Let's go through a simple Embassy application for the nRF52 DK to understand it better.
4 4
5== Main 5== Main
6 6
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].