From 7acab93cd1aeec5dd2a8d1bcd44a53881f9c74d5 Mon Sep 17 00:00:00 2001 From: Broderick Westrope Date: Mon, 26 Aug 2024 22:21:21 +1000 Subject: [PATCH] docs: fix broken link in examples readme (#323) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index ce89ae6..99f1bbf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,4 +26,4 @@ We recommend you follow the examples in the following order: ## Pseudo Terminals 1. [Allocate a PTY](./pty) -1. [Running Bubble Tea, and executing another program on an allocated PTY](./wish-exec) +1. [Running Bubble Tea, and executing another program on an allocated PTY](./bubbletea-exec)