File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ pub fn render(
33
33
let doc = format ! (
34
34
"Peripheral access API for {0} microcontrollers \
35
35
(generated using svd2rust v{1}{2})\n \n \
36
- You can find an overview of the API as of release v{1} [here].\n \n \
37
- Docs containing API features to be included in the [next] \
36
+ You can find an overview of the generated API [here].\n \n \
37
+ API features to be included in the [next] svd2rust \
38
38
release can be generated by cloning the svd2rust [repository], \
39
- checking out the above commit, and running `cargo doc`.\n \n \
39
+ checking out the above commit, and running `cargo doc --open `.\n \n \
40
40
[here]: https://docs.rs/svd2rust/{1}/svd2rust/#peripheral-api\n \
41
41
[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n \
42
42
[repository]: https://github.com/rust-embedded/svd2rust",
You can’t perform that action at this time.
0 commit comments