Skip to content

Commit

Permalink
process(new-repo): add redirects for knative.dev/runtime
Browse files Browse the repository at this point in the history
Adds redirects for knative.dev/runtime to knative-sandbox/func-go.

See: knative/community#1220

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance authored and knative-prow-robot committed Dec 14, 2022
1 parent 001ebf4 commit ce96670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions golang/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/eventing-rabbitmq/* go-get=1 /golang/eventing-rabbitmq.html 200
/eventing-redis/* go-get=1 /golang/eventing-redis.html 200
/func/* go-get=1 /golang/func.html 200
/func-go/* go-get=1 /golang/func-go.html 200
/func-tastic/* go-get=1 /golang/func-tastic.html 200
/hack/* go-get=1 /golang/hack.html 200
/homebrew-client/* go-get=1 /golang/homebrew-client.html 200
Expand Down
4 changes: 4 additions & 0 deletions golang/func-go.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/runtime git https://github.com/knative-sandbox/func-go">
<meta name="go-source" content="knative.dev/runtime https://github.com/knative-sandbox/func-go https://github.com/knative-sandbox/func-go/tree/main{/dir} https://github.com/knative-sandbox/func-go/blob/main{/dir}/{file}#L{line}">
</head></html>

0 comments on commit ce96670

Please sign in to comment.