Skip to content

Commit

Permalink
fix internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed May 14, 2024
1 parent 337f2de commit eb1a90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/SDDs/pages/0031-component-version-tracking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The `compileMeta` field lists all component versions under the `instances` key.
The key is the name of the component instance, the value contains the name of the component.
With aliased instances the component name can be different from the instance name.
Aliased instances are defined using `alias as component` in the Commodore configuration.
See xref:reference/architecture.html#_component_instantiation[Component instantiation and aliasing] for more information.
See xref:reference/architecture.adoc#_component_instantiation[Component instantiation and aliasing] for more information.
Currently Commodore only supports one version per component, but this structure allows for reporting multiple versions per component in the future.

Configuration packages are tracked under the `packages` key.
Expand Down Expand Up @@ -169,4 +169,4 @@ We want to avoid this approach since it removes some of the batteries included p

* https://github.com/projectsyn/commodore/issues/389[projectsyn/commodore#389 Component version reporting]
* https://github.com/projectsyn/commodore/pull/388[projectsyn/commodore#388 Draft PR]
* xref:reference/architecture.html#_component_instantiation[Component instantiation and aliasing]
* xref:reference/architecture.adoc#_component_instantiation[Component instantiation and aliasing]

0 comments on commit eb1a90b

Please sign in to comment.