From 9a1ca84432f8435c0edffcf95b8db4de0a437dec Mon Sep 17 00:00:00 2001 From: Alex Kesling Date: Tue, 27 Aug 2024 19:50:20 -0400 Subject: [PATCH] Point `examples/hello.rs` into `/timely` folder to fix broken link from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd337b8b..b9a97439b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This is a very simple example (it's in the name), which only just suggests at ho ## Doing more things -For a more involved example, consider the very similar (but more explicit) [examples/hello.rs](https://github.com/timelydataflow/timely-dataflow/blob/master/examples/hello.rs), which creates and drives the dataflow separately: +For a more involved example, consider the very similar (but more explicit) [examples/hello.rs](https://github.com/timelydataflow/timely-dataflow/blob/master/timely/examples/hello.rs), which creates and drives the dataflow separately: ```rust extern crate timely;