[release-1.8] process(new-repo): add redirects for knative.dev/runtime (#5364)

* process(new-repo): add redirects for knative.dev/runtime

Adds redirects for knative.dev/runtime to knative-sandbox/func-go.

See: https://github.com/knative/community/issues/1220

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: fix redirect endpoint

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: alphabetical

Signed-off-by: Lance Ball <lball@redhat.com>

Signed-off-by: Lance Ball <lball@redhat.com>
Co-authored-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Knative Prow Robot 2022-12-14 19:19:49 +00:00 committed by GitHub
parent 001ebf4cb6
commit ae8b644f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,7 @@
/pkg/* https://pkg.go.dev/knative.dev/pkg/:splat
/reconciler-test/* go-get=1 /golang/reconciler-test.html 200
/release/* go-get=1 /golang/release.html 200
/runtime/* go-get=1 /golang/func-go.html 200
/sample-controller/* go-get=1 /golang/sample-controller.html 200
/sample-source/* go-get=1 /golang/sample-source.html 200
/security-guard/* go-get=1 /golang/security-guard.html 200

4
golang/func-go.html Normal file
View File

@ -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>