Skip to content

Commit 5a2f0cf

Browse files
authored
Merge pull request #513 from VividLemon/main
docs: fix broken link to contribution guide
2 parents d9ff52f + f17a35f commit 5a2f0cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This project is still in **alpha version** so there is a lot of work to do. If y
6161
- or better, a [pull request](https://github.com/cdmoro/bootstrap-vue-3/pulls)
6262
- or even better, visit [my patreon page](https://patreon.com/cdmoro) and support me 😄
6363

64-
Read [Contribution Guide](./CONTRIBUTION.md) on how to start helping
64+
Read our [Contribution Guide](https://github.com/cdmoro/bootstrap-vue-3/blob/main/CONTRIBUTING.md) on how to start helping
6565

6666
## One-time donations
6767

apps/playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This folder is for development
22

3-
This folder is a folder to test and debug bootstrap vue 3 components
3+
This folder simulates a user-like environment to test and debug bootstrap vue 3 components. It should not be used for developing components since it does not contain hot-reloading from ./packages/bootstrap-vue-3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"npm": ">=7.0.0",
2828
"node": ">=14.0.0"
2929
},
30-
"packageManager": "pnpm@7.6.0"
30+
"packageManager": "pnpm@7.7.0"
3131
}

0 commit comments

Comments
 (0)