diff options
Diffstat (limited to 'handler_test.go')
-rw-r--r-- | handler_test.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/handler_test.go b/handler_test.go index ab8cd67..978f62d 100644 --- a/handler_test.go +++ b/handler_test.go @@ -34,10 +34,10 @@ func TestPackageShouldExist(t *testing.T) { <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> - <meta http-equiv="refresh" content="0; url=https://godoc.org/go.uber.org/yarpc"> + <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc"> </head> <body> - Nothing to see here. Please <a href="https://godoc.org/go.uber.org/yarpc">move along</a>. + Nothing to see here. Please <a href="https://pkg.go.dev/go.uber.org/yarpc">move along</a>. </body> </html> `) @@ -58,10 +58,10 @@ func TestTrailingSlash(t *testing.T) { <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> - <meta http-equiv="refresh" content="0; url=https://godoc.org/go.uber.org/yarpc/"> + <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc/"> </head> <body> - Nothing to see here. Please <a href="https://godoc.org/go.uber.org/yarpc/">move along</a>. + Nothing to see here. Please <a href="https://pkg.go.dev/go.uber.org/yarpc/">move along</a>. </body> </html> `) @@ -75,10 +75,10 @@ func TestDeepImports(t *testing.T) { <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> - <meta http-equiv="refresh" content="0; url=https://godoc.org/go.uber.org/yarpc/heeheehee"> + <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc/heeheehee"> </head> <body> - Nothing to see here. Please <a href="https://godoc.org/go.uber.org/yarpc/heeheehee">move along</a>. + Nothing to see here. Please <a href="https://pkg.go.dev/go.uber.org/yarpc/heeheehee">move along</a>. </body> </html> `) @@ -90,10 +90,10 @@ func TestDeepImports(t *testing.T) { <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> - <meta http-equiv="refresh" content="0; url=https://godoc.org/go.uber.org/yarpc/heehee/hawhaw"> + <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc/heehee/hawhaw"> </head> <body> - Nothing to see here. Please <a href="https://godoc.org/go.uber.org/yarpc/heehee/hawhaw">move along</a>. + Nothing to see here. Please <a href="https://pkg.go.dev/go.uber.org/yarpc/heehee/hawhaw">move along</a>. </body> </html> `) |