chore: add redirects for func (#5257)

Note that I did not change knative-sandbox/kn-plugin-func. These should
be removed after the move.

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

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2022-10-05 17:16:30 -04:00 committed by GitHub
parent 05536af81a
commit eb94d8089b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@
/eventing-prometheus/* go-get=1 /golang/eventing-prometheus.html 200
/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-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

4
golang/func.html Normal file
View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/func git https://github.com/knative/func">
<meta name="go-source" content="knative.dev/func https://github.com/knative/func https://github.com/knative/func/tree/main{/dir} https://github.com/knative/func/blob/main{/dir}/{file}#L{line}">
</head></html>