From fe57bc3124da723d5cb44d2413bec54641f4730c Mon Sep 17 00:00:00 2001 From: Julian Ste <31321934+julian-st@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:00:31 +0200 Subject: [PATCH] Updated or deleted broken links (#5743) https://github.com/michivo/go-tour-de is a project for a german version of tour of go --- books/free-programming-books-de.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/books/free-programming-books-de.md b/books/free-programming-books-de.md index a0bac055..f912f55e 100644 --- a/books/free-programming-books-de.md +++ b/books/free-programming-books-de.md @@ -68,8 +68,6 @@ ### C Sharp * [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung) -* [Visual C# 2008](http://openbook.rheinwerk-verlag.de/visual_csharp) - Andreas Kühnel (Online) -* [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010) - Andreas Kühnel (Online) * [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012) - Andreas Kühnel (Online) @@ -96,7 +94,7 @@ ### Go * [Effektiv Go Programmieren](http://www.bitloeffel.de/DOC/golang/effective_go_de.html) (Online) -* [Eine Tour durch Go](https://go-tour-de.appspot.com/welcome/1) +* [Eine Tour durch Go](https://github.com/michivo/go-tour-de) * [Erstelle Webanwendungen mit Go](https://astaxie.gitbooks.io/build-web-application-with-golang/content/de) * [The Little Go Book](https://github.com/Aaronmacaron/the-little-go-book-de) - Karl Seguin, Aaron Ebnöther ([HTML](https://github.com/Aaronmacaron/the-little-go-book-de/blob/master/de/go.md))