Skip to content

Commit

Permalink
Update the doc links in Readme
Browse files Browse the repository at this point in the history
As part of openshift#631 CVO docs has been removed as the docs are moved to
enhancements repository [1]

[1] openshift/enhancements#695

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
  • Loading branch information
LalatenduMohanty committed Jul 26, 2021
1 parent 4333850 commit 3212151
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ TEST_INTEGRATION=1 go test ./... -test.run=^TestIntegration

## Documentation

For all documentation around CVO, refer to the [docs](./docs) directory.
The documentation around CVO is split between two code repositories i.e. [enhancements/dev-guide/cluster-version-operator](https://github.com/openshift/enhancements/tree/master/dev-guide/cluster-version-operator) and [cluster-version-operator/docs](./docs).

Here are some pointers to start with the documentation
- [Update workflow](./docs/user/update-workflow.md)
- [Reconcilation logic](./docs/user/reconciliation.md)
- [Runlevels](./docs/dev/upgrades.md)
- [Update workflow](https://github.com/openshift/enhancements/blob/master/dev-guide/cluster-version-operator/user/update-workflow.md)
- [Reconcilation logic](https://github.com/openshift/enhancements/blob/master/dev-guide/cluster-version-operator/user/reconciliation.md)
- [Runlevels](https://github.com/openshift/enhancements/blob/master/dev-guide/cluster-version-operator/dev/upgrades.md)

0 comments on commit 3212151

Please sign in to comment.