소스 검색

fix(examples/api): broken link to source code (#1312)

Source link was pointing to the wrong folder on the repo
Rory O'Kelly 4 년 전
부모
커밋
1f5692e9e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tauri/examples/api/src/App.svelte

+ 2 - 2
tauri/examples/api/src/App.svelte

@@ -83,8 +83,8 @@
     </a>
     &nbsp;&nbsp;&nbsp;
     <a class="dark-link" target="_blank"
-      href="https://github.com/tauri-apps/tauri/tree/dev/tauri/examples/communication">
+      href="https://github.com/tauri-apps/tauri/tree/dev/tauri/examples/api">
       Source for this App
     </a>
   </div>
-</main>
+</main>