Skip to content

Commit

Permalink
fix(NR1 CLI): Fix broken link on subscription commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mbazhlekova committed Aug 5, 2020
1 parent 7aa0132 commit bbd5f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/markdown-pages/explore-docs/nr1-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ For more on how to serve and publish your application, see our guide on [Deploy
### [Manage your Nerdpack subscriptions](/explore-docs/nr1-subscriptions)
| | |
|------------------------------------------------------------------------------------|--------------------------------------------------------|
| [`nr1 subscription:set`](/explore-docs/nr1-subscriptions/#nr1-subscriptionset) | Subscribes your account to a Nerdpack and channel. |
| [`nr1 subscription:list`](/explore-docs/nr1-subscriptions/#nr1-subscriptionlist) | Lists all the Nerdpacks your account is subscribed to. |
| [`nr1 subscription:unset`](/explore-docs/nr1-subscriptions/#nr1-subscriptionunset) | Unsubscribes your account from a Nerdpack. |
| [`nr1 subscription:set`](/explore-docs/nr1-subscription/#nr1-subscriptionset) | Subscribes your account to a Nerdpack and channel. |
| [`nr1 subscription:list`](/explore-docs/nr1-subscription/#nr1-subscriptionlist) | Lists all the Nerdpacks your account is subscribed to. |
| [`nr1 subscription:unset`](/explore-docs/nr1-subscription/#nr1-subscriptionunset) | Unsubscribes your account from a Nerdpack. |

### [Install and manage plugins](/explore-docs/nr1-plugins)
| | |
Expand Down

0 comments on commit bbd5f7f

Please sign in to comment.