summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJake Swensen <jake@swensen.io>2022-07-12 20:58:19 -0500
committerJake Swensen <jake@swensen.io>2022-07-12 20:58:19 -0500
commita38f9e03fae6330b5c0f8bbe2f07223e7bb892c4 (patch)
tree3c1b6d6784410733da0b457164e33c00cb53ad36 /docs
parent7c8dffeb12d9bc9589583fa6c9fd69d8c927c5bb (diff)
downloadembassy-a38f9e03fae6330b5c0f8bbe2f07223e7bb892c4.zip
fix: doc: use master branch for basic example link
Diffstat (limited to 'docs')
-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 11362b07..a8875aa9 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
== Main
-The full example can be found link:https://github.com/embassy-rs/embassy/tree/book-poc/docs/modules/ROOT/examples/basic[here].
+The full example can be found link:https://github.com/embassy-rs/embassy/tree/master/docs/modules/ROOT/examples/basic[here].
=== Rust Nightly