Skip to content

Commit

Permalink
Redirecting devfest.cz to 2018.devfest.cz
Browse files Browse the repository at this point in the history
  • Loading branch information
JanVoracek committed Apr 13, 2018
1 parent 143eb0a commit 43181dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ func init() {
}

func Redirect(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "https://2017.devfest.cz", http.StatusMovedPermanently)
}
http.Redirect(w, r, "https://2018.devfest.cz", http.StatusMovedPermanently)
}

0 comments on commit 43181dc

Please sign in to comment.