Skip to content

Commit 84828f5

Browse files
Update manifest.mdx
1 parent 395846f commit 84828f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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:

0 commit comments

Comments
 (0)