Skip to content

Commit 86a492c

Browse files
authored
Merge branch 'main' into fix/types
2 parents e8b523c + 2c1eb4e commit 86a492c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ dist
5858
**/shim
5959
!**/shim/package.json
6060
.nuxt
61+
62+
# VitePress
63+
**/.vitepress/cache

packages/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44

55
# VueTypes
66

7-
VueTypes is a collection of configurable [prop validators](http://vuejs.org/guide/components.html#Props) for Vue.js, inspired by React `prop-types`.
7+
VueTypes is a collection of configurable [prop validators](https://vuejs.org/guide/components/props.html#prop-validation) for Vue.js, inspired by React `prop-types`.
88

99
[Try it now!](https://stackblitz.com/edit/vitejs-vite-83cnar?file=src/App.vue)
1010

0 commit comments

Comments
 (0)