diff --git a/source/index.rst b/source/index.rst index 18c8aa0..5a77f8f 100644 --- a/source/index.rst +++ b/source/index.rst @@ -8,7 +8,7 @@ Start9 Lab's documentation resources aim to provide product and troubleshooting :maxdepth: 2 :caption: Getting Started - getting-started/index + getting-started/setup/index getting-started/connecting .. toctree:: diff --git a/source/user-manuals/embassyos/developer-options/alt-marketplace.rst b/source/user-manuals/embassyos/developer-options/alt-marketplace.rst index 80ebe7f..d23e0e9 100644 --- a/source/user-manuals/embassyos/developer-options/alt-marketplace.rst +++ b/source/user-manuals/embassyos/developer-options/alt-marketplace.rst @@ -19,4 +19,6 @@ The Embassy is now able to connect to the provided alternative registry. To revert this change, simply delete the file:: - sudo rm /root/agent/alt_registry_url.txt \ No newline at end of file + sudo systemctl stop agent + sudo rm /root/agent/alt_registry_url.txt + sudo systemctl start agent \ No newline at end of file