Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highlight implicit adding of version and correct broken links #115

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The following chapters provide a formal description of the format to describe so

## Central OCM project web page

Check out the main project [web page](https://ocm.software) to find out more about OCM. It is your central entry point to all kinds of ocm related [docs and guides](https://ocm.software/docs/getting-started/first-steps-with-ocm/), this [spec](https://ocm.software/docs/overview/specification/) and all project-related [github repositories](https://github.com/open-component-model). It also offers a [Getting Started](https://ocm.software/docs/getting-started/first-steps-with-ocm/) to quickly make your hands dirty with ocm, its toolset and concepts :-)
Check out the main project [web page](https://ocm.software) to find out more about OCM. It is your central entry point to all kinds of ocm related [docs and guides](https://ocm.software/docs/getting-started), this [spec](https://ocm.software/docs/overview/specification/) and all project-related [github repositories](https://github.com/open-component-model). It also offers a [Getting Started](https://ocm.software/docs/getting-started) to quickly make your hands dirty with ocm, its toolset and concepts :-)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions doc/01-model/03-elements-sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ descriptor.
- **`version`** (optional) *string*

This optional field version describes the version of the element.
If given, and the name and extra identity of the element is not unique in its
context, the version is implicitly added to the identity attribute set.
The resulting identity must be unique.
If given, and the `name` and `extraIdentity` attributes of the element
are not unique in the context, **the version is implicitly added to the
identity attribute set**. The resulting identity must be unique.

By default, the version of an element in *not* part of the element identity
to achieve a stable local element identity across multiple versions
Expand Down
2 changes: 1 addition & 1 deletion doc/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The formal type of an [artifact](#artifact) described by a [component version](#

An abstract entity describing a dedicated usage context or meaning for a provided piece of software.

### [Component Constructor](https://ocm.software/docs/getting-started/first-steps-with-ocm/#all-in-one)<a id="compconst"/>
### [Component Constructor](https://ocm.software/docs/getting-started/getting-started-with-ocm/create-a-component-version/#all-in-one)<a id="compconst"/>

A file that acts as input for the OCM CLI to construct one or multiple component version(s).

Expand Down
Loading