Skip to content

Commit

Permalink
add redirect temporarily from /gophercon24 to docs.gno.land
Browse files Browse the repository at this point in the history
  • Loading branch information
jaekwon committed Jun 4, 2024
1 parent 9329980 commit a85b380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gno.land/pkg/gnoweb/gnoweb.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func MakeApp(logger *slog.Logger, cfg Config) gotuna.App {
"/grants": "/partners",
"/language": "/gnolang",
"/getting-started": "/start",
"/gophercon24": "https://docs.gno.land",
}
for from, to := range redirects {
app.Router.Handle(from, handlerRedirect(logger, app, &cfg, to))
Expand Down

0 comments on commit a85b380

Please sign in to comment.