Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/project-specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Because this is valid Compose, any Project can be run with plain `docker compose
A curated project catalog can be found either via:

- the [topo projects](https://github.com/arm/topo#2-find-a-topo-project) command or
- the [Topo Project Catalog](https://github.com/arm/topo-project-catalog/blob/main/data/catalog.json).
- the [published Topo Project Catalog](https://artifacts.tools.arm.com/devx-topo-project-catalog/v2/catalog/catalog.json).

We welcome any contributors who wish to add their own Project to the project catalog to submit a Pull Request as indicated below.

Expand All @@ -59,7 +59,7 @@ We welcome any contributors who wish to add their own Project to the project cat
If you want your Project to be added to the project catalog:

1. Review the [Authoring Topo Projects section of the Specification](01-authoring-projects.md).
2. [Validate Schema Compliance](./README.md#validate-schema-compliance) of your proposed Project.
2. [Validate Schema Compliance](#validate-schema-compliance) of your proposed Project.
3. Open a Pull Request in the `Topo Project Catalog` repository to update the [catalog sources](https://github.com/arm/topo-project-catalog/blob/main/data/github_sources.json).

### Validate Schema Compliance
Expand Down
Loading