Skip to content

Commit

Permalink
docs: update broken links (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jan 4, 2024
1 parent e712a05 commit dd7bbd5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/features/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The `--port` flag accepts a path to port for connected device (defaults to: `UPL
xs-dev run --port /dev/cu.usbserial-0001 --device esp8266
```

_This value can be discovered using the [`scan`](./scan) command._
_This value can be discovered using the [`scan`](/features/scan) command._

## Display debugger output in the terminal

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/features/scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This will provide info with the port address, device name, and discovered featur
/dev/cu.usbserial-DN02N5XK ESP32-D0WDQ6 (revision 0) WiFi, BT, Dual Core, Coding Scheme None
```

The port can be used with the [`run`](./run) command to specify a device, if multiple are connected:
The port can be used with the [`run`](/features/run) command to specify a device, if multiple are connected:

```
xs-dev run --port /dev/cu.usbserial-0001 --device esp8266
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/features/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Stay up to date with the latest tooling

# SDK & Tooling Updates

Stay up to date with the latest tooling from Moddable and supported device targets. As with the [`setup`](./setup) command, the current dev environment (Mac or Linux) is the default selected target:
Stay up to date with the latest tooling from Moddable and supported device targets. As with the [`setup`](/features/setup) command, the current dev environment (Mac or Linux) is the default selected target:

```
xs-dev update
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/guide/00-prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trace('hello world')
A local plain text editor is generally required for creating and editing your JavaScript projects. You can download one of the following free applications with either built-in or third-party support for JavaScript:

- [Visual Studio Code](https://code.visualstudio.com/)
- [Neovim](http://www.sublimetext.com/) / [Vim](https://www.vim.org/)
- [Neovim](https://neovim.io) / [Vim](https://www.vim.org/)
- [Sublime Text](http://www.sublimetext.com/)

These are not the only available editors, so feel free to do your own research and pick what feels right to you!
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/guide/01-hello-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: How to set up the basic development environment and run your first

## Install the CLI

`xs-dev` can be installed globally using the [NodeJS package manager of your choice](http://localhost:3000/guide/00-prepare#nodejs--package-manager-optional).
`xs-dev` can be installed globally using the [NodeJS package manager of your choice](/guide/00-prepare#nodejs--package-manager-optional).

```
npm install -g xs-dev
Expand Down

0 comments on commit dd7bbd5

Please sign in to comment.