docs: fix vrc-get-gui README didn't link to root CONTRIBUTING guide correctly again

This commit is contained in:
Misaka_L 2024-05-05 01:30:37 +08:00 committed by GitHub
commit d43fbe26d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -31,5 +31,5 @@ For Windows machines, you need to setup so your current user can create symbolic
To setup your project, use the following commands.
```bash
git clone --recurse-submodules https://github.com/vrc-get/vrc-get
git clone --recurse-submodules -c core.symlinks=true https://github.com/vrc-get/vrc-get.git
```

View file

@ -1,5 +1,7 @@
# Contributing
**Please read [../CONTRIBUTING.md#configuration-requirements](../CONTRIBUTING.md#configuration-requirements) first!**
## Localizing
This project is internationalized, so when you add some text contents to the project,

View file

@ -40,4 +40,4 @@ Run `npm run tauri dev` to start the development server and gui.
## Contribution
For how to contribute localization to ALCOM (vrc-get-gui): [CONTRIBUTING.md](CONTRIBUTING.md) (**Please read [/CONTRIBUTING.md#configuration-requirements](.../CONTRIBUTING.md#configuration-requirements) first before you read [CONTRIBUTING.md](CONTRIBUTING.md)!**)
For how to contribute localization to ALCOM (vrc-get-gui): [CONTRIBUTING.md](CONTRIBUTING.md) (**Please read [../CONTRIBUTING.md#configuration-requirements](../CONTRIBUTING.md#configuration-requirements) first before you read [CONTRIBUTING.md](CONTRIBUTING.md)!**)