Skip to content

Commit 3b3edd9

Browse files
committed
Update types.md
Signed-off-by: Javis V. Pérez <javisperez@gmail.com>
1 parent 37b376e commit 3b3edd9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/src/docs/kitops-ts/types.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type Layer =
2727
2828
### `FilterFlag`
2929
30-
A filter expression used by [`unpack`](api-reference.md#unpackdestination-flags) and [`info`](api-reference.md#inforepository-tag-flags) to select specific layers or paths within a layer.
30+
A filter expression used by [`unpack`](../api-reference.md#unpackdestination-flags) and [`info`](../api-reference.md#inforepository-tag-flags) to select specific layers or paths within a layer.
3131
3232
```typescript
3333
type FilterFlag = string // see accepted formats below
@@ -84,7 +84,7 @@ type ExecResult = {
8484
8585
### `ModelKit`
8686
87-
A single entry returned by [`list`](api-reference.md#listrepository).
87+
A single entry returned by [`list`](../api-reference.md#listrepository).
8888
8989
```typescript
9090
type ModelKit = {
@@ -270,7 +270,7 @@ type TLSFlags = {
270270
271271
### `InitResult`
272272
273-
Returned by [`init`](api-reference.md#initpath-flags).
273+
Returned by [`init`](../api-reference.md#initpath-flags).
274274
275275
```typescript
276276
type InitResult = {
@@ -283,7 +283,7 @@ type InitResult = {
283283
284284
### `InspectResult`
285285
286-
Returned by [`inspect`](api-reference.md#inspectrepository-tag-flags).
286+
Returned by [`inspect`](../api-reference.md#inspectrepository-tag-flags).
287287
288288
```typescript
289289
type InspectResult = {
@@ -305,7 +305,7 @@ type InspectResult = {
305305
306306
### `VersionResult`
307307
308-
Returned by [`version`](api-reference.md#version).
308+
Returned by [`version`](../api-reference.md#version).
309309
310310
```typescript
311311
type VersionResult = {
@@ -327,7 +327,7 @@ type VersionResult = {
327327
328328
### `DiffResult`
329329
330-
Returned by [`diff`](api-reference.md#diffmodelkit1-modelkit2-flags).
330+
Returned by [`diff`](../api-reference.md#diffmodelkit1-modelkit2-flags).
331331
332332
```typescript
333333
type DiffResult = {
@@ -379,7 +379,7 @@ type DiffLayerEntry = {
379379
380380
## Kitfile Types
381381
382-
These types mirror the Kitfile schema. They are returned by [`info`](api-reference.md#inforepository-tag-flags) and [`inspect`](api-reference.md#inspectrepository-tag-flags), and can also be used when constructing Kitfiles programmatically.
382+
These types mirror the Kitfile schema. They are returned by [`info`](../api-reference.md#inforepository-tag-flags) and [`inspect`](../api-reference.md#inspectrepository-tag-flags), and can also be used when constructing Kitfiles programmatically.
383383
384384
### `Kitfile`
385385
@@ -565,7 +565,7 @@ interface Prompt extends LayerCommons {}
565565

566566
## Manifest Types
567567

568-
These types represent the OCI image manifest returned by [`inspect`](api-reference.md#inspectrepository-tag-flags).
568+
These types represent the OCI image manifest returned by [`inspect`](../api-reference.md#inspectrepository-tag-flags).
569569

570570
### `Manifest`
571571

0 commit comments

Comments
 (0)