mirror of https://github.com/knative/docs.git
process(new-repo): add redirects for knative.dev/runtime (#5363)
* 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>
This commit is contained in:
parent
96c43e60d2
commit
e5228c0733
|
@ -64,6 +64,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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue