diff --git a/source/guides/clear/mixer.rst b/source/guides/clear/mixer.rst index 3c3925ce..c475cf08 100644 --- a/source/guides/clear/mixer.rst +++ b/source/guides/clear/mixer.rst @@ -1124,7 +1124,7 @@ the nginx web server is used. sudo systemctl enable nginx --now -#. Verify the web server is running at http://. +#. Verify the web server is running at \http://. If there's no mix content yet, the expected response from nginx will be a ``404 Not Found``. diff --git a/source/guides/maintenance/developer-workstation.rst b/source/guides/maintenance/developer-workstation.rst index fc0e3ab6..c3e0bb97 100644 --- a/source/guides/maintenance/developer-workstation.rst +++ b/source/guides/maintenance/developer-workstation.rst @@ -55,7 +55,7 @@ tools you need to start. Consider these profiles as a starting point. - `machine-learning-web-ui `_ * - Machine learning Docker container. - - `machine-learning `_ + - `machine-learning `_ * - Pre-built Python libraries for Data Science. - `python-extras `_ @@ -183,14 +183,14 @@ tools you need to start. Consider these profiles as a starting point. * - Run a secure shell (SSH) server for access from remote machines. - `openssh-server `_ - * - Run a HTTP web server. - - `web-server-basic `_ + * - Run an HTTP server. + - `nginx `_ * - Run an application server via HTTP. - `application-server `_ - * - Run an SQL database. - - `database-basic `_ + * - Run a SQLite database. + - `sqlite `_ * - Bundle to automatically launch the GUI upon boot. - `desktop-autostart `_