Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/developing-in-workspaces/create-a-workspace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For example: setting `devsy-home=/mnt/c/Users/MyUser/` will result in a workspac

### Via Devsy CLI

Make sure to [install the Devsy CLI locally](../getting-started/install.mdx#optional-install-devsy-cli) and select a provider you would like to host the workspace on (such as local docker) via:
Make sure to [install the Devsy CLI locally](../getting-started/install.mdx#install-devsy-cli) and select a provider you would like to host the workspace on (such as local docker) via:
```
# Add a provider if you haven't already
devsy provider add docker
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/getting-started/quickstart-devpod-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AddProvider from '../fragments/add-provider.mdx'

## Quickstart with Devsy CLI

Make sure you have installed [Devsy CLI](./install.mdx#optional-install-devsy-cli) on your system.
Make sure you have installed [Devsy CLI](./install.mdx#install-devsy-cli) on your system.

### Add a Provider

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AddProvider from '../fragments/add-provider.mdx'

## Quickstart with Devsy CLI

Make sure you have installed [Devsy CLI](../getting-started/install.mdx#optional-install-devsy-cli) on your system.
Make sure you have installed [Devsy CLI](../getting-started/install.mdx#install-devsy-cli) on your system.

### Add a Provider

Expand Down
File renamed without changes.
Loading