From 9987192e4b12567fe6ef32d4138c9fe4b0dda9d2 Mon Sep 17 00:00:00 2001 From: Garrison Jensen Date: Mon, 20 Nov 2023 15:49:32 -0800 Subject: [PATCH] Update hot-reload.md to use correct examples link Examples were moved to a new location --- docs/guide/hot-reload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/hot-reload.md b/docs/guide/hot-reload.md index fa59baaab..62640aca3 100644 --- a/docs/guide/hot-reload.md +++ b/docs/guide/hot-reload.md @@ -38,7 +38,7 @@ if (module.hot) { } ``` -Checkout the [counter-hot example](https://github.com/vuejs/vuex/tree/main/examples/counter-hot) to play with hot-reload. +Checkout the [counter-hot example](https://github.com/vuejs/vuex/tree/main/examples/classic/counter-hot) to play with hot-reload. ## Dynamic module hot reloading