Explorar el Código

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

Source link was pointing to the wrong folder on the repo
Rory O'Kelly hace 4 años
padre
commit
1f5692e9e4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>