From 2b4473d35ca5f5ddb0d6b39b20ea697321d7f69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20H=C3=BDll?= Date: Sun, 17 Nov 2024 12:29:56 +0100 Subject: [PATCH] Fix dead link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e3c2f..60b8813 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The "Getting Started" example is the most up to date example of CMS React basics ### [Hello World](examples/hello-world) -**NOTE:** this is an older example, and [Getting Started](getting-started) is a better first example +**NOTE:** this is an older example, and [Getting Started](examples/getting-started) is a better first example The "Hello World" example combines partials, modules, islands and CSS modules for styling to show a more cohesive yet straightforward example of how CMS React components and APIs work together.