Skip to content

Commit 3648c76

Browse files
authored
Use absolute paths in tips and tricks page links (#2660)
1 parent 105df90 commit 3648c76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development_tips.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ This page provides some tips and tricks that may help you as a contributor to Ho
88

99
### Keep PRs simple
1010

11-
See the [Component Checklist](creating_component_code_review#5-make-your-pull-request-as-small-as-possible) for PR expectations.
11+
See the [Component Checklist](/docs/creating_component_code_review#5-make-your-pull-request-as-small-as-possible) for PR expectations.
1212

1313
### Test package dependency changes in Home Assistant
1414

15-
See the [API library docs](api_lib_index#trying-your-library-inside-home-assistant) for more information.
15+
See the [API library docs](/docs/api_lib_index#trying-your-library-inside-home-assistant) for more information.
1616

1717
### Test Core integration changes in your production Home Assistant environment
1818

1919
To test a core integration change in your production Home Assistant environment:
2020
1. Copy the integration folder into `/config/custom_components`.
2121
2. Add a **version** field to `manifest.json` (for example, `"version": "0.0.0"`).
22-
3. If the integration uses localized strings, copy `strings.json` into `translations/en.json` under the integration folder as described in [Custom integration localization](internationalization/custom_integration).
22+
3. If the integration uses localized strings, copy `strings.json` into `translations/en.json` under the integration folder as described in [Custom integration localization](/docs/internationalization/custom_integration).
2323
4. Restart Home Assistant.
2424

2525
Home Assistant will always prioritize integrations in `custom_components` over the core integration. Don't forget to remove it once you are done testing; otherwise, you will be stuck on that version.

0 commit comments

Comments
 (0)