We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f35faa commit fdf06e8Copy full SHA for fdf06e8
filippo.fly.dev/main.go
@@ -61,6 +61,8 @@ func handler() http.Handler {
61
"https://buy.stripe.com/8wM4iufSY6q62as9AA", http.StatusFound))
62
mux.Handle("geomys.org/fips140/essential/manage", http.RedirectHandler(
63
"https://billing.stripe.com/p/login/8x29AU94R96B96dgeR2cg00", http.StatusFound))
64
+ mux.Handle("geomys.org/standard-of-care", http.RedirectHandler(
65
+ "https://github.com/geomys/standard-of-care", http.StatusFound))
66
67
mux.Handle("age-encryption.org/{$}", http.RedirectHandler("https://github.com/FiloSottile/age", http.StatusFound))
68
0 commit comments