From 7e80d35a23d28e6abadb3bed3ece0c6a0e8d597a Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:47:22 +0100 Subject: [PATCH] correct links --- content/en/project/about.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/project/about.md b/content/en/project/about.md index c8bc57ad..6f7760cb 100644 --- a/content/en/project/about.md +++ b/content/en/project/about.md @@ -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