From 233dee5bae5d2a26464b30b611604c2123d12896 Mon Sep 17 00:00:00 2001 From: mathuo Date: Sun, 28 Mar 2021 18:23:45 +0100 Subject: [PATCH] chore: fix README --- README.md | 2 +- packages/dockview/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6a107f12..679f92329 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A zero dependency layout manager based on the layering of split-view components with ReactJS support. - View the live demo [here](https://mathuo.github.io/dockview/). - Storybook demo [here](https://mathuo.github.io/dockview/output/storybook-static). -- Code examples [here](https://github.com/mathuo/dockview/tree/master/packages/splitview-demo/src/stories). +- Code examples [here](https://github.com/mathuo/dockview/tree/master/packages/dockview-demo/src/stories). - Generated TypeDocs can be found [here](https://mathuo.github.io/dockview/output/docs/index.html). Want to inspect the deployed package? Go to https://unpkg.com/browse/dockview@latest/ diff --git a/packages/dockview/README.md b/packages/dockview/README.md index 3268bac9d..69f96769b 100644 --- a/packages/dockview/README.md +++ b/packages/dockview/README.md @@ -19,7 +19,7 @@ A zero dependency layout manager based on the layering of split-view components with ReactJS support. - View the live demo [here](https://mathuo.github.io/dockview/). - Storybook demo [here](https://mathuo.github.io/dockview/output/storybook-static). -- Code examples [here](https://github.com/mathuo/dockview/tree/master/packages/splitview-demo/src/stories). +- Code examples [here](https://github.com/mathuo/dockview/tree/master/packages/dockview-demo/src/stories). - Generated TypeDocs can be found [here](https://mathuo.github.io/dockview/output/docs/index.html). Want to inspect the deployed package? Go to https://unpkg.com/browse/dockview@latest/