From 4871e9d421cbbaa4682ae1b3ce0e92c13a5f31ed Mon Sep 17 00:00:00 2001 From: Jeffrey Starke Date: Tue, 24 Jan 2023 18:58:31 -0500 Subject: [PATCH] Fix overview doc link from basic concurrency to running effects Fixes a broken link on `basic-concurrency.md` that was erroneously pointing to `running_effects.md` instead of `running-effects.md` --- docs/overview/basic-concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/basic-concurrency.md b/docs/overview/basic-concurrency.md index 48fb3b416c56..2dad17dd22df 100644 --- a/docs/overview/basic-concurrency.md +++ b/docs/overview/basic-concurrency.md @@ -198,4 +198,4 @@ If an effect times out, then instead of continuing to execute in the background, ## Next Steps -If you are comfortable with basic concurrency, the next step is to learn about [running effects](running_effects.md). +If you are comfortable with basic concurrency, the next step is to learn about [running effects](running-effects.md).