From bf3a1c67a7539783e86e91c5bd3d90f91e6f051c Mon Sep 17 00:00:00 2001 From: Z User Date: Sat, 30 May 2026 21:46:06 +0000 Subject: [PATCH] update base.md links to renamed repo tauri2-guide --- base.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/base.md b/base.md index 9eed853..72c7557 100644 --- a/base.md +++ b/base.md @@ -18,28 +18,28 @@ ## Docs Core architecture, config, commands, IPC: -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-guide/01-core-architecture-config-commands-ipc.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-guide/01-core-architecture-config-commands-ipc.md Windows, plugins, WebSocket, state, migration: -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-guide/02-windows-plugins-websocket-state-migration.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-guide/02-windows-plugins-websocket-state-migration.md System prompt + common agent prompts (scaffold, plugin, command, state, events, multi-window): -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-guide/01-system-prompt-and-common-prompts.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-guide/01-system-prompt-and-common-prompts.md Advanced prompts, verification checklist, v1→v2 API map, debug prompts: -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-guide/02-advanced-prompts-checklist-migration.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-guide/02-advanced-prompts-checklist-migration.md Build, config, permission, plugin compile errors: -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-guide/01-build-config-permission-plugin-errors.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-guide/01-build-config-permission-plugin-errors.md Runtime, platform, mobile errors + top 25 common: -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-guide/02-runtime-platform-mobile-errors.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-guide/02-runtime-platform-mobile-errors.md Cheat sheet (commands, config, IPC, WebSocket): -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-docs/cheatsheet.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-docs/cheatsheet.md WebSocket server + client + injection deep-dive: -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-docs/ws_server_client_inject_guide.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-docs/ws_server_client_inject_guide.md Official docs links (migration, security, config): -https://git.client.guacamolebox.net/butterfly/tauri2-vin-ws-temp/raw/branch/main/tauri2-docs/tauri2-links.md +https://git.client.guacamolebox.net/butterfly/tauri2-guide/raw/branch/main/tauri2-docs/tauri2-links.md