Skip to content

Commit

Permalink
docs: Fixed docs references
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Gettys <s.gettys@f5.com>
  • Loading branch information
Steven Gettys committed Jun 3, 2022
1 parent f9d4d7b commit 7712105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See the glossary for more information about the [Installation] resource.
The Installation spec is the same schema as the Installation resource in Porter.
You can copy/paste the output of the `porter installation show NAME -o yaml` command into the Installation resource spec (removing the status section).

In addition to the normal fields available on a [Porter Installation document](/reference/file-formats/), the following fields are supported:
In addition to the normal fields available on a [Porter Installation document](/reference/file-formats/#installation), the following fields are supported:

| Field | Required | Default | Description |
|--------------|----------|-------------------------------------|-------------------------------------------------------------|
Expand All @@ -39,7 +39,7 @@ See the glossary for more information about the [CredentialSet] resource.
The CredentialSet spec is the same schema as the CredentialSet resource in Porter.
You can copy/paste the output of the `porter credentials show NAME -o yaml` command into the CredentialSet resource spec (removing the status section).

In addition to the normal fields available on a [Porter Credential Set document](/reference/file-formats/), the following fields are supported:
In addition to the normal fields available on a [Porter Credential Set document](/reference/file-formats/#credential-set), the following fields are supported:

```yaml
apiVersion: porter.sh/v1
Expand Down Expand Up @@ -74,7 +74,7 @@ See the glossary for more information about the [ParameterSet] resource.
The ParameterSet spec is the same schema as the ParameterSet resource in Porter.
You can copy/paste the output of the `porter parameters show NAME -o yaml` command into the ParameterSet resource spec (removing the status section).

In addition to the normal fields available on a [Porter Parameter Set document](/reference/file-formats/), the following fields are supported:
In addition to the normal fields available on a [Porter Parameter Set document](/reference/file-formats/#parameter-set), the following fields are supported:


```yaml
Expand Down

0 comments on commit 7712105

Please sign in to comment.