From a2a8e960f20634792b473db491778c98ab3b3438 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Wed, 11 May 2022 09:55:06 -0400 Subject: [PATCH] update tauri guide url --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d762f30a..c1fd32d10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/docs/getting-started/beginning-tutorial) +- [Your First Tauri App](https://tauri.studio/guides/getting-started/beginning-tutorial) - [pnpm CLI](https://pnpm.io/pnpm-cli) ## Getting started