From 16f00fb6d8d3e0b1f191a6b33bd8a6ea8554b232 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 9 Apr 2024 14:01:08 +0900 Subject: [PATCH] docs: fix broken link in `01-installation.md` (#649) Co-authored-by: keiya sasaki --- docs/docs/01-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/01-installation.md b/docs/docs/01-installation.md index e5414209b..e5224fb24 100644 --- a/docs/docs/01-installation.md +++ b/docs/docs/01-installation.md @@ -48,7 +48,7 @@ Currently create-react-app is not developed actively and craco-cesium is not mai If you are using create-react-app, [craco-cesium](https://github.com/reearth/craco-cesium) is recommended. -Refer to [the documentation](https://github.com/reearth/craco-cesium#craco-cesium) and [example project](https://github.com/reearth/resium/tree/main/example/create-react-app). +Refer to [the documentation](https://github.com/reearth/craco-cesium#craco-cesium) and [example project](https://github.com/reearth/resium/tree/main/examples/create-react-app). ## 2. Next.js