From 4030e65edfcc7e61b1f9dd88e5e39a093b5cb932 Mon Sep 17 00:00:00 2001 From: Joel Schutz Date: Fri, 1 Mar 2024 22:49:57 -0300 Subject: [PATCH] Corrects references --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d79556c..2760171 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ func main() { We provide some example code so you can start fast: -- [Simple Example](https://github.com/stagehand/blob/master/examples/simple/main.go) -- [Timed Transition Example](https://github.com/stagehand/blob/master/examples/timed/main.go) -- [Transition Awareness Example](https://github.com/stagehand/blob/master/examples/aware/main.go) +- [Simple Example](https://github.com/joelschutz/stagehand/blob/master/examples/simple/main.go) +- [Timed Transition Example](https://github.com/joelschutz/stagehand/blob/master/examples/timed/main.go) +- [Transition Awareness Example](https://github.com/joelschutz/stagehand/blob/master/examples/aware/main.go) ## Transitions @@ -195,4 +195,4 @@ go test ./... ## License -Stagehand is released under the [MIT License](https://github.com/stagehand/blob/master/LICENSE). +Stagehand is released under the [MIT License](https://github.com/joelschutz/stagehand/blob/master/LICENSE).