aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-07-13 04:11:46 +0200
committerGitHub <[email protected]>2022-07-13 04:11:46 +0200
commit5e0f392aa32492cd813a3901cc9a4714a950776b (patch)
tree3c1b6d6784410733da0b457164e33c00cb53ad36 /docs/modules/ROOT
parent7c8dffeb12d9bc9589583fa6c9fd69d8c927c5bb (diff)
parenta38f9e03fae6330b5c0f8bbe2f07223e7bb892c4 (diff)
Merge pull request #864 from jdswensen/jds/fixes
fix: doc: use master branch for basic example link
Diffstat (limited to 'docs/modules/ROOT')
-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