From 0294f028c7382850f1a6238a33a70a5ef3599139 Mon Sep 17 00:00:00 2001 From: Johannes Vollmer <32042925+johannesvollmer@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:43:39 +0200 Subject: [PATCH] fix examples link (guess) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18e860ce..9b41b6e8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you are starting a fresh project with ViroReact, consider cloning one of our # Examples -Check out the [examples](./examples) directory for sample code demonstrating how to use ViroReact with automatic architecture detection and other features. +Check out the [examples](./fabric-interop/examples) directory for sample code demonstrating how to use ViroReact with automatic architecture detection and other features. You can also see our [Example projects](https://viro-community.readme.io/docs/examples) page. These are a little old (~2019) but are a great reference point for how to use bits of the library.