Skip to content

Commit da05fb4

Browse files
fix manifest links (#52)
* Update manifest.mdx * Update v1-manifest.mdx --------- Co-authored-by: Nikhil <[email protected]>
1 parent d002a1d commit da05fb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fern/docs/pages/references/manifest.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Callout intent="note">
2-
The following section is for version 2 of the manifest specification. For the previous version, see [Manifest V1](/snap-in-development/references/snap-in-v-1-manifest).
2+
The following section is for version 2 of the manifest specification. For the previous version, see [Manifest V1](/snapin-development/references/v1-manifest).
33
</Callout>
44

55
The snap-in manifest is what the developers write to define a snap-in. The manifest has the following sections:
@@ -14,7 +14,7 @@ version: 2
1414
1515
## Keyrings
1616
17-
Keyrings are secret tokens used to make calls to external systems. They can be categorized either as organization scoped or user scoped. Keyrings are specified in the manifest with the following syntax:
17+
Keyrings are secret tokens used to make calls to external systems. They can be categorized either as organization-scoped or user-scoped. Keyrings are specified in the manifest with the following syntax:
1818
1919
```yaml
2020
keyrings:

fern/docs/pages/references/v1-manifest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Callout intent="note">
2-
The following guide is for the version 1 of the manifest spec. For the latest version, refer to [Manifest](/snap-in-development/references/snap-in-manifest).
2+
The following guide is for the version 1 of the manifest spec. For the latest version, refer to [Manifest](/snapin-development/references/manifest).
33
</Callout>
44

55
The snap-in manifest is what the developers write to define a snap-in. The manifest has the following sections:

0 commit comments

Comments
 (0)