Skip to content

Commit

Permalink
Fixes links in docs for ResourceGroup alpha commands (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
seans3 committed Jan 21, 2021
1 parent 1b0590a commit 2311c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/en/reference/live/alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ the package can now be applied using `kpt live apply <PACKAGE DIR>`.

#### Migrate

[kpt live migrate](./migrate)
[kpt live migrate](./alpha/migrate)

#### Install Resource Group

[kpt live install-resource-group](./install-resource-group) The **ResourceGroup**
[kpt live install-resource-group](./alpha/install-resource-group) The **ResourceGroup**
CRD is added to the cluster as a side effect of `kpt live apply`. However, this
`install-resource-group` command allows the user to only apply the
**ResourceGroup** CRD without applying other resources.
Expand All @@ -83,7 +83,7 @@ CRD is added to the cluster as a side effect of `kpt live apply`. However, this

#### Init

[kpt live init](./init)
[kpt live init](./alpha/init)

### Troubleshooting and Verifying

Expand Down

0 comments on commit 2311c46

Please sign in to comment.