Skip to content

Commit 92912b8

Browse files
char-1eeroypat
authored andcommitted
docs: Update broken link in snapshotting documentation
Update the broken link of page faults handler process example. Signed-off-by: Char1ee <[email protected]>
1 parent e96bad4 commit 92912b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snapshotting/handling-page-faults-on-snapshot-resume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ unexpected cases when Firecracker crashes before being able to connect/send data
127127

128128
### Example
129129

130-
An example of a handler process can be found [here](../../tests/host_tools/uffd/src/bin/valid_handler.rs).
130+
An example of a handler process can be found [here](../../src/firecracker/examples/uffd/valid_handler.rs).
131131
The process is designed to tackle faults on a certain address by loading into
132132
memory the entire region that the address belongs to, but users can choose any
133133
other behavior that suits their use case best.

0 commit comments

Comments
 (0)