From 535c66b0e05c244fb4aa7974d5c319e9ae7272a5 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:37:30 -0800 Subject: [PATCH] Update dead links to OVOS docs in configuration reference (#35) Co-authored-by: Daniel McKnight --- docs/quick_reference/configuration.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/quick_reference/configuration.md b/docs/quick_reference/configuration.md index 4413e614..635efac8 100644 --- a/docs/quick_reference/configuration.md +++ b/docs/quick_reference/configuration.md @@ -2,7 +2,7 @@ Neon Core configuration follows the same general structure as [Mycroft](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/mycroft-conf) -and [OVOS](https://openvoiceos.github.io/community-docs//unused/config_ovos_core/), +and [OVOS](https://openvoiceos.github.io/community-docs/060-config/), with the main difference being that Neon uses [YAML](https://yaml.org/) formatting. ## Core Configuration Files @@ -23,7 +23,7 @@ and is not intended to be modified by anyone other than neon-core contributors. A system configuration is included in [Neon OS](https://neongeckocom.github.io/neon-docs/neon_os/) images at `/etc/neon/neon.yaml` to override default values and add more configuration that is specific to those installations. For example, -[PHAL Plugins](https://openvoiceos.github.io/community-docs/PHAL/) that are +[PHAL Plugins](https://openvoiceos.github.io/community-docs/110-ht_phal/) that are included with NeonOS have their configuration set in `/etc/neon/neon.yaml`. This configuration is intended to me modified by image builders and not end-users. @@ -71,7 +71,7 @@ tts: fallback_module: ``` -> More information about plugins can be found [in the OVOS docs](https://openvoiceos.github.io/community-docs/OPM/). +> More information about plugins can be found [in the OVOS docs](https://openvoiceos.github.io/community-docs/300-glossary/#opm). ### Blacklist a skill @@ -86,8 +86,9 @@ skills: - ``` -> More information about skills can be found [in the OVOS docs](https://openvoiceos.github.io/community-docs/skills/). +> More information about skills can be found [in the OVOS docs](https://openvoiceos.github.io/community-docs/080-ht_skills/). ### Change the Wakeword -Information on changing the wakeword (ex: Hey Neon, Hey Mycroft, etc.) can be found [in the OVOS docs](https://openvoiceos.github.io/community-docs/config_wake_word/). +Information on changing the wakeword (ex: Hey Neon, Hey Mycroft, etc.) can be +found [in the OVOS docs](https://openvoiceos.github.io/community-docs//104-ht_ww/#ovos-listener-wakewords-hotwords).