Skip to content

Commit 200d848

Browse files
aThorp96savitaashture
authored andcommitted
docs: Fix broken links
The `openshift` directory moved to `.konflux` in e8e13a7 but the docs were not updated, leaving several broken links in the README.
1 parent afca17e commit 200d848

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ In addition, some of the configuration of this repository are generated from the
2323
It stores all the component's built images (not released yet) as well as version numbers, …
2424
- [`head`](./head) holds the commit SHA from [`tektoncd/operator`][tektoncd-operator] that is currently vendored.
2525
- [`upstream`](./upstream) holds the *unchanged* vendored code from [`tektoncd/operator`][tektoncd-operator]
26-
- [`openshift`](./openshift) holds openshift/openshift-pipelines specific code such as
27-
- [`dockerfiles`](./openshift/dockerfiles) for the operator's images.
28-
- [`bundle`](./openshift/olm-catalog/bundle) for the bundle image.
26+
- [`.konflux`](./.konflux) holds openshift/openshift-pipelines specific code such as
27+
- [`dockerfiles`](./.konflux/dockerfiles) for the operator's images.
28+
- [`bundle`](./.konflux/olm-catalog/bundle) for the bundle image.
2929
A lot of files in this repository are generated from the upstream code and some [`hack`](./hack) scripts.
30-
- [`index`](./openshift/olm-catalog/index) for the index image.
31-
- [`rpms`](./openshift/rpms) for the "prefetch" of rpms (as we build everything in an hermetic way)
30+
- [`index`](./.konflux/olm-catalog/index) for the index image.
31+
- [`rpms`](./.konflux/rpms) for the "prefetch" of rpms (as we build everything in an hermetic way)
3232
- [`.github`](./.github) holds GitHub workflow configurations. Some of them are automatically generated by the [`hack` project][osp-hack].
3333
- [`.konflux`](./.konflux) and [`.tekton`](./tekton) hold konflux and tekton manifests, and are mostly coming from the [`hack` project][osp-hack].
3434

0 commit comments

Comments
 (0)