tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

Fix link rewrites #501

Closed AlanGreene closed 1 year ago

AlanGreene commented 1 year ago

Changes

Resolves https://github.com/tektoncd/website/issues/500 Resolves https://github.com/tektoncd/website/issues/499

Update the sync script to ensure both links and images are processed for URL rewrites.

/kind bug

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

See the contribution guide for more details.

afrittoli commented 1 year ago

/test pull-community-python-unit

tekton-robot commented 1 year ago

@afrittoli: No presubmit jobs available for tektoncd/website@main

In response to [this](https://github.com/tektoncd/website/pull/501#issuecomment-1410447294): >/test pull-community-python-unit Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afrittoli

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/tektoncd/website/blob/main/OWNERS)~~ [afrittoli] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
AlanGreene commented 1 year ago

Looks like this also resolved https://github.com/tektoncd/website/issues/498 🎉