소스 검색

Fix hyperlinks in integration.md (#2770)

Andy Li 3 년 전
부모
커밋
dbe9e44622
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/usage/development/integration.md

+ 1 - 1
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: