Skip to content

Commit 260a273

Browse files
committed
app-interact/lecture: Change reference to reader/sender demo
The slides were incorrectly referencing demos in the `demo/send-receive/` folder, which doesn't exits. This replaces `send-receive` with the correct folder name: `comm-channels`. Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
1 parent 25e4fdf commit 260a273

File tree

1 file changed

+3
-3
lines changed
  • content/chapters/app-interact/lecture/slides

1 file changed

+3
-3
lines changed

content/chapters/app-interact/lecture/slides/defs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ int main(void)
3636
3737
### Exhibit 1 - Creating Interaction
3838
39-
- `demo/send-receive/reader.c`
40-
- `demo/send-receive/writer.c`
41-
- `demo/send-receive/send_receive_pipe.c`
39+
- `demo/comm-channels/reader.c`
40+
- `demo/comm-channels/writer.c`
41+
- `demo/comm-channels/send_receive_pipe.c`
4242
4343
---
4444

0 commit comments

Comments
 (0)