From dbe9e44622fbd76c63455eecbedfd78424a53833 Mon Sep 17 00:00:00 2001 From: Andy Li <54951411+SpicyRicecaker@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:49:01 -0700 Subject: [PATCH] Fix hyperlinks in integration.md (#2770) --- docs/usage/development/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/development/integration.md b/docs/usage/development/integration.md index d639f72df..517108cc7 100644 --- a/docs/usage/development/integration.md +++ b/docs/usage/development/integration.md @@ -28,7 +28,7 @@ Just follow the instructions and choose the web frontend framework you prefer. ` The Tauri CLI tool helps you build your project, so install it at first. -You can install Tauri CLI [using `Node.js`](#Install-Tauri-CLI-package-as-a-dev-dependency:) or [using `Rust`](#Alternatively,-install-Tauri-CLI-as-a-cargo-subcommand:) +You can install Tauri CLI [using `Node.js`](#install-tauri-cli-package-as-a-dev-dependency) or [using `Rust`](#alternatively-install-tauri-cli-as-a-cargo-subcommand) #### Install Tauri CLI package as a dev dependency: