Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link #1021

Merged
merged 1 commit into from Jun 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Memory_Isolation.md
Expand Up @@ -102,7 +102,7 @@ through the use of `allow` syscalls. This gives capsules read/write access to
the process's memory for use with a specific capsule operation.

Processes can communicate with each other through an [inter-process
communication (IPC) mechanism](doc/tutorials/05_ipc.md). To use IPC, processes
communication (IPC) mechanism](tutorials/05_ipc.md). To use IPC, processes
specify a buffer in their RAM to use as a shared buffer, and then notify the
kernel that they would like to share this buffer with other processes. Then,
other users of this IPC mechanism are allowed to read and write this buffer.
Expand Down