Skip to content

Commit e0991c5

Browse files
authored
Merge pull request #482 from LuBingtan/fix-medatadata-link
Fix broken links for Metadata
2 parents f420389 + 9534ebb commit e0991c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.component_model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here are the attributes that provide top-level information about the component d
2222
|-----------|------|----------|---------------|-------------|
2323
| `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 |
2424
| `kind` | `string` | Y || Must be `ComponentDefinition` |
25-
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Entity metadata. |
25+
| `metadata` | [`Metadata`](metadata.md) | Y | | Entity metadata. |
2626
| `spec`| [`Spec`](#spec) | Y | | The specification for the component definition. |
2727

2828
### Spec

4.workload_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here are the attributes that provide top-level information about the workload de
1616
|-----------|------|----------|---------------|-------------|
1717
| `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 |
1818
| `kind` | `string` | Y || Must be `WorkloadDefinition` |
19-
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Entity metadata. |
19+
| `metadata` | [`Metadata`](metadata.md) | Y | | Entity metadata. |
2020
| `spec`| [`Spec`](#spec) | Y | | The specification for the workload definition. |
2121

2222
#### Spec

5.application_scopes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These attributes provide top-level information about the application scope.
3131
|-----------|------|----------|---------------|-------------|
3232
| `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. |
3333
| `kind` | `string` | Y || Must end with `ScopeDefinition`. |
34-
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Entity metadata. |
34+
| `metadata` | [`Metadata`](metadata.md) | Y | | Entity metadata. |
3535
| `spec`| [`Spec`](#spec) | Y || A specification for scope attributes. |
3636

3737
### Spec

6.traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The top-level attributes of a trait define its metadata, version, kind, and spec
2020
|-----------|------|----------|---------------|-------------|
2121
| `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. |
2222
| `kind` | `string` | Y || Must be `TraitDefinition` |
23-
| `metadata` | [`Metadata`](2.overview_and_terminology.md#metadata) | Y | | Information about the trait. |
23+
| `metadata` | [`Metadata`](metadata.md) | Y | | Information about the trait. |
2424
| `spec`| [`Spec`](#spec) | Y || A specification for trait attributes. |
2525

2626
### Spec

0 commit comments

Comments
 (0)