Skip to content

Commit

Permalink
Another fix for internal links for ResourceGroup alpha docs (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
seans3 committed Jan 25, 2021
1 parent a127029 commit dffd348
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](./alpha/migrate)
[kpt live migrate](../migrate)

#### Install Resource Group

[kpt live install-resource-group](./alpha/install-resource-group) The **ResourceGroup**
[kpt live install-resource-group](../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](./alpha/init)
[kpt live init](../init)

### Troubleshooting and Verifying

Expand Down

0 comments on commit dffd348

Please sign in to comment.