瀏覽代碼

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>