Skip to content

Commit

Permalink
correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Mar 8, 2024
1 parent 6f63c6d commit 7e80d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/project/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ menu:
The Open Component Model provides a standard for describing delivery artifacts that can be accessed from many types of component repositories.

The following projects form this set of solutions (and more are in the works):
- [OCM Specifications](https://github.com/open-component-model/ocm-spec/tree/main/doc/specification) - The `ocm-spec` repository contains semantic, formatting, and other types of specifications for OCM.
- [OCM Specifications](https://github.com/open-component-model/ocm-spec/blob/main/README.md) - The `ocm-spec` repository contains semantic, formatting, and other types of specifications for OCM.
- [OCM Library](https://github.com/open-component-model/ocm#ocm-library) - The OCM Go library contains an API for interacting with the Open Component Model (OCM) elements and mechanisms. A usage example can be found [here](https://github.com/open-component-model/ocm/tree/main/examples/lib).
- [OCM CLI](https://github.com/open-component-model/ocm#ocm-cli) - The `ocm` CLI may also be used to interact with OCM mechanisms. It makes it easy to create component versions and embed them in build processes. Examples can be found in [this Makefile](https://github.com/open-component-model/ocm/blob/main/examples/make/Makefile).

Here are some suggested starting points:
- Read about the [problem statement](https://github.com/open-component-model/ocm-spec/tree/main/doc/introduction) that the OCM set of solutions can help to solve.
- Start with the documentation about Model Elements [here](https://github.com/open-component-model/ocm-spec/tree/main/doc/specification/elements).
- Read about the [problem statement](https://ocm.software/docs/overview/context) that the OCM set of solutions can help to solve.
- Start with the documentation about Model Elements [here](https://github.com/open-component-model/ocm-spec/blob/main/doc/01-model/README.md).
- Check out this [demo](https://github.com/open-component-model/demo) that integrates with [Flux](https://github.com/fluxcd/flux2) as a CD solution.

## Contributing
Expand Down

0 comments on commit 7e80d35

Please sign in to comment.