From 6aa477b1e7aedb95e9140d41934d5255b78a0566 Mon Sep 17 00:00:00 2001 From: Tianyu Hu <1002770724@qq.com> Date: Thu, 4 Jun 2026 05:12:20 +0800 Subject: [PATCH] Update redirected interactive tutorial links (#13292) --- more/free-programming-interactive-tutorials-en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index f0f6870d7..c5517bd78 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -182,7 +182,7 @@ * [Learn Go Full Course](https://www.boot.dev/courses/learn-golang) - Boot.dev * [Start using Go](https://docs.microsoft.com/en-us/learn/paths/go-first-steps/) - Microsoft * [TCP Servers in Go](https://app.codecrafters.io/concepts/go-tcp-server) - CodeCrafters -* [The Go Tutorial](http://tour.golang.org) +* [The Go Tutorial](https://go.dev/tour/) ### GraphQL @@ -250,7 +250,7 @@ * [JavaScript Tutorial](https://www.w3schools.com/js) - W3Schools * [JavaScript Tutorial](https://www.scaler.com/topics/javascript/) - Scaler Topics * [JavaScript Tutorial and Overview](https://www.afterhoursprogramming.com/tutorial/javascript/) - After Hours Programming -* [Javascripting](https://github.com/sethvincent/javascripting) +* [Javascripting](https://github.com/workshopper/javascripting) * [JSchallenger](https://www.jschallenger.com) * [Learn JavaScript](http://www.learn-js.org) * [Learn JavaScript](https://learnjavascript.online) @@ -295,7 +295,7 @@ #### Svelte -* [Interactive Svelte Tutorial](https://learn.svelte.dev/tutorial/welcome-to-svelte) - svelte.dev +* [Interactive Svelte Tutorial](https://svelte.dev/tutorial/svelte/welcome-to-svelte) - svelte.dev ### Kotlin