Skip to content

Commit 06fcf87

Browse files
committed
go/*: github links
1 parent 407c0f8 commit 06fcf87

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/nginx.conf.erb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,18 @@ http {
640640
location = /go/legal {
641641
return 302 https://rubykaigi.esa.io/posts/706;
642642
}
643+
location = /go/github {
644+
return 302 https://github.com/ruby-no-kai/rubykaigi.org;
645+
}
646+
location = /go/git {
647+
return 302 https://github.com/ruby-no-kai/rubykaigi.org;
648+
}
649+
location = /go/repo {
650+
return 302 https://github.com/ruby-no-kai/rubykaigi.org;
651+
}
652+
location = /go/issues {
653+
return 302 https://github.com/ruby-no-kai/rubykaigi.org/issues;
654+
}
643655
location = /go/program {
644656
# 2026
645657
return 302 https://rubykaigi.esa.io/posts/1505;

0 commit comments

Comments
 (0)