diff --git a/main.go b/main.go index 8d2f2090..19ee9208 100644 --- a/main.go +++ b/main.go @@ -9,5 +9,5 @@ func init() { } func Redirect(w http.ResponseWriter, r *http.Request) { - http.Redirect(w, r, "https://2017.devfest.cz", http.StatusMovedPermanently) -} \ No newline at end of file + http.Redirect(w, r, "https://2018.devfest.cz", http.StatusMovedPermanently) +}