aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorJake Swensen <[email protected]>2022-07-12 20:58:19 -0500
committerJake Swensen <[email protected]>2022-07-12 20:58:19 -0500
commita38f9e03fae6330b5c0f8bbe2f07223e7bb892c4 (patch)
tree3c1b6d6784410733da0b457164e33c00cb53ad36 /docs/modules
parent7c8dffeb12d9bc9589583fa6c9fd69d8c927c5bb (diff)
fix: doc: use master branch for basic example link
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/basic_application.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/basic_application.adoc b/docs/modules/ROOT/pages/basic_application.adoc
index 11362b070..a8875aa93 100644
--- a/docs/modules/ROOT/pages/basic_application.adoc
+++ b/docs/modules/ROOT/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/book-poc/docs/modules/ROOT/examples/basic[here]. 7The full example can be found link:https://github.com/embassy-rs/embassy/tree/master/docs/modules/ROOT/examples/basic[here].
8 8
9=== Rust Nightly 9=== Rust Nightly
10 10