Skip to content

Commit

Permalink
Merge pull request #482 from LuBingtan/fix-medatadata-link
Browse files Browse the repository at this point in the history
Fix broken links for Metadata
  • Loading branch information
wonderflow authored Feb 23, 2023
2 parents f420389 + 9534ebb commit e0991c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3.component_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here are the attributes that provide top-level information about the component d
|-----------|------|----------|---------------|-------------|
| `apiVersion` | `string` | Y | | A string that identifies the version of the schema the object should have. The core types uses `core.oam.dev/v1beta1` in this version of model |
| `kind` | `string` | Y || Must be `ComponentDefinition` |
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Entity metadata. |
| `metadata` | [`Metadata`](metadata.md) | Y | | Entity metadata. |
| `spec`| [`Spec`](#spec) | Y | | The specification for the component definition. |

### Spec
Expand Down
2 changes: 1 addition & 1 deletion 4.workload_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are the attributes that provide top-level information about the workload de
|-----------|------|----------|---------------|-------------|
| `apiVersion` | `string` | Y | | A string that identifies the version of the schema the object should have. The core types uses `core.oam.dev/v1beta1` in this version of model |
| `kind` | `string` | Y || Must be `WorkloadDefinition` |
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Entity metadata. |
| `metadata` | [`Metadata`](metadata.md) | Y | | Entity metadata. |
| `spec`| [`Spec`](#spec) | Y | | The specification for the workload definition. |

#### Spec
Expand Down
2 changes: 1 addition & 1 deletion 5.application_scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These attributes provide top-level information about the application scope.
|-----------|------|----------|---------------|-------------|
| `apiVersion` | `string` | Y || A string that identifies the version of the schema the object should have. The core types uses `core.oam.dev/v1beta1` in this version of model. |
| `kind` | `string` | Y || Must end with `ScopeDefinition`. |
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Entity metadata. |
| `metadata` | [`Metadata`](metadata.md) | Y | | Entity metadata. |
| `spec`| [`Spec`](#spec) | Y || A specification for scope attributes. |

### Spec
Expand Down
2 changes: 1 addition & 1 deletion 6.traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The top-level attributes of a trait define its metadata, version, kind, and spec
|-----------|------|----------|---------------|-------------|
| `apiVersion` | `string` | Y || A string that identifies the version of the schema the object should have. The core types uses `core.oam.dev/v1beta1` in this version of documentation. |
| `kind` | `string` | Y || Must be `TraitDefinition` |
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Information about the trait. |
| `metadata` | [`Metadata`](metadata.md) | Y | | Information about the trait. |
| `spec`| [`Spec`](#spec) | Y || A specification for trait attributes. |

### Spec
Expand Down

0 comments on commit e0991c5

Please sign in to comment.