Skip to content

Commit 277d62a

Browse files
committed
Fix more doc links.
1 parent 932f52b commit 277d62a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This crate is similar to the [`origin-start` example], except that it enables
1+
This crate is similar to the [origin-start example], except that it enables
22
lto when built with --release.
33

44
[origin-start example]: https://github.com/sunfishcode/origin/blob/main/example-crates/origin-start/README.md
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This crate is similar to the [`origin-start` example], except that it doesn't
1+
This crate is similar to the [origin-start example], except that it doesn't
22
enable the "alloc" feature, so it doesn't get a global allocator.
33

44
[origin-start example]: https://github.com/sunfishcode/origin/blob/main/example-crates/origin-start/README.md

example-crates/origin-start-tiny/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This crate is similar to the [`origin-start` example], except that doesn't
1+
This crate is similar to the [origin-start example], except that doesn't
22
print any output, and enables optimizations for small code size. To produce a
33
small binary, compile with `--release`.
44

0 commit comments

Comments
 (0)