Fix CONTRIBUTING.md Tauri Link (#300)

Fix Tauri Link

Fixed the old Tauri "Your first app" link, that has now been removed from the Tauri docs. Instead, replace it with a link to the getting started page.
This commit is contained in:
mark-strudwick 2022-06-23 08:45:13 +01:00 committed by GitHub
parent 58afabf661
commit bcbf812770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ To get an overview of the project, read the [README](README.md). Here are some r
- [Set up Git](https://docs.github.com/en/get-started/quickstart/set-up-git)
- [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow)
- [Collaborating with pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests)
- [Your First Tauri App](https://tauri.studio/guides/getting-started/beginning-tutorial)
- [Getting started with Tauri](https://tauri.app/v1/guides/getting-started/prerequisites)
- [pnpm CLI](https://pnpm.io/pnpm-cli)
## Getting started