Skip to content

Commit c914a8c

Browse files
authored
Fix broken links.
1 parent e717e0a commit c914a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/frontend/development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The easiest way to get started with development is to use Visual Studio Code wit
4545

4646
**Configuring Home Assistant**
4747

48-
1. Follow the [instructions for setting up a Home Assistant devcontainer](https://developers.home-assistant.io/docs/development_environment#developing-with-visual-studio-code--devcontainer)
48+
1. Follow the [instructions for setting up a Home Assistant devcontainer](/development_environment.mdx#developing-with-visual-studio-code--devcontainer)
4949
2. Mount the `frontend` directory into the Core devcontainer by adding the following section to `.devcontainer/devcontainer.json` file in the `core` repository.
5050

5151
```json

docs/supervisor/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Your local Home Assistant installation will now connect to a remote Home Assista
8484

8585
## Frontend development
8686

87-
The instructions here is for development of the Supervisor panel, we're going to assume that you have a [Home Assistant frontend development environment](/frontend/development.md) set up with the devcontainer, and that you have [Supervisor API Access](#supervisor-api-access) set up.
87+
The instructions here is for development of the Supervisor panel, we're going to assume that you have a [Home Assistant frontend development environment](/frontend/development.mdx) set up with the devcontainer, and that you have [Supervisor API Access](#supervisor-api-access) set up.
8888

8989
1. Run the "Develop Supervisor panel" task
9090
2. Run the task "Run HA Core for Supervisor in devcontainer"

0 commit comments

Comments
 (0)