Skip to content

Commit d572d30

Browse files
committed
Only use macOS instead of OS X
1 parent d07106c commit d572d30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/_includes/asides/getting_started_navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="title delta">Getting Started Guide</h1>
6161
<li>{% active_link /getting-started/autostart-systemd/ Linux - systemd %}</li>
6262
<li>{% active_link /getting-started/autostart-upstart/ Linux - Upstart %}</li>
6363
<li>{% active_link /getting-started/autostart-init.d/ Linux - init.d %}</li>
64-
<li>{% active_link /getting-started/autostart-macos/ OS X %}</li>
64+
<li>{% active_link /getting-started/autostart-macos/ macOS %}</li>
6565
<li>{% active_link /getting-started/autostart-synology/ Synology NAS %}</li>
6666
</ul>
6767
</li>

source/getting-started/autostart.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Once you get started with Home Assistant you want it to start automatically when
1313

1414
- [Linux - systemd](/getting-started/autostart-systemd/)
1515
- [Linux - Upstart](/getting-started/autostart-upstart/)
16-
- [OS X](/getting-started/autostart-macos/)
16+
- [macOS](/getting-started/autostart-macos/)
1717
- [Synology NAS](/getting-started/autostart-synology/)

source/getting-started/configuration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The location of the folder differs between operating systems:
1515

1616
| OS | Path |
1717
| -- | ---- |
18-
| OS X | `~/.homeassistant` |
18+
| macOS | `~/.homeassistant` |
1919
| Linux | `~/.homeassistant` |
2020
| Windows | `%APPDATA%/.homeassistant` |
2121

0 commit comments

Comments
 (0)