Skip to content

Commit 1fb1648

Browse files
committed
Update example link
1 parent 93cb30d commit 1fb1648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here are the feature gates related:
5555
| panic-handler | No | Provides `#[panic_handler]`. Provides similar behaviour on panic to std, with `RUST_BACKTRACE` support as well. Stack trace won't have symbols though. Depends on libc. |
5656
| system-alloc | No | Provides a global allocator which calls `malloc` and friends. Provided for convience. |
5757

58-
If you are writing a `#![no_std]` program, simply enable `personality`, `panic-handler` and `system-alloc` in addition to the defaults, you instantly obtains the ability to do unwinding! An example is given in the [`example/` folder](example).
58+
If you are writing a `#![no_std]` program, simply enable `personality`, `panic-handler` and `system-alloc` in addition to the defaults, you instantly obtains the ability to do unwinding! An example is given in the [here](test_crates/throw_and_catch/src/main.rs).
5959

6060
## Baremetal
6161

0 commit comments

Comments
 (0)