Skip to content

Commit 5f36fc7

Browse files
committed
make link relative
1 parent c005be9 commit 5f36fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panic-handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `#[panic_handler]` attribute must be applied to a function with signature `f
55
-> !` and such function must appear *once* in the dependency graph of a binary / dylib / cdylib
66
crate. The API of `PanicInfo` can be found in the [API docs].
77

8-
[API docs]: https://doc.rust-lang.org/nightly/core/panic/struct.PanicInfo.html
8+
[API docs]: ../core/panic/struct.PanicInfo.html
99

1010
Given that `#![no_std]` applications have no *standard* output and that some `#![no_std]`
1111
applications, e.g. embedded applications, need different panicking behaviors for development and for

0 commit comments

Comments
 (0)