knative / website

Hugo templates for the Knative website.
https://knative.dev
Other
23 stars 70 forks source link

fix redirects to knative-sandbox #215

Closed yuvalif closed 4 years ago

yuvalif commented 4 years ago

Signed-off-by: Yuval Lifshitz ylifshit@redhat.com

i ran into a redirect issue with the knative.dev site. when running:

go get knative.dev/eventing-ceph

it tries to call:

git clone -- https://github.com/knative/eventing-ceph

instead of:

git clone -- https://github.com/knative-sandbox/eventing-ceph

similar issue happened for other repos as well.

knative-prow-robot commented 4 years ago

Welcome @yuvalif! It looks like this is your first PR to knative/website 🎉

knative-prow-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markusthoemmes, yuvalif

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/knative/website/blob/master/OWNERS)~~ [markusthoemmes] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment