From a1fb30f832cf1aef4c329ec4aa9de82286c032fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20=C3=87=C3=BCn?= Date: Sun, 10 Mar 2024 18:18:38 +0300 Subject: [PATCH 1/2] Update document link This pr corrects the incorrect document link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1024713..f537f84 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ A customizable vuejs tree viewer [![Edit vue3-tree](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/boring-leaf-v7b2s?file=/src/App.vue) #### How to use -You can review the [document](https://teamseodo.github.io/vue3-tree/) for the use of the library. +You can review the [document](https://wopehq.github.io/vue3-tree/) for the use of the library. From df6c622b4ddf21f6cd4a57e9c719eced69da2d9f Mon Sep 17 00:00:00 2001 From: alpercun Date: Fri, 5 Jul 2024 09:43:04 +0300 Subject: [PATCH 2/2] Update document link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f537f84..7f1ebb1 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ A customizable vuejs tree viewer [![Edit vue3-tree](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/boring-leaf-v7b2s?file=/src/App.vue) #### How to use -You can review the [document](https://wopehq.github.io/vue3-tree/) for the use of the library. +You can review the [document](https://wopehq.github.io/vue3-tree/guide/#installation) for the use of the library.