From cdb5531bccdf82a39f30ea4f9d10110a962b814a Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Fri, 20 Mar 2020 11:20:23 -0700 Subject: [PATCH] Fixed broken links: (#1087) Added escape character so they aren't turned into links: guides/clear/mixer.rst:1127: [broken] http:/ guides/clear/swupd-3rd-party.rst:61: [broken] http:/ Pointed to containers and bundles that still exist: guides/maintenance/developer-workstation.rst:58: [broken] https://clearlinux.org/software/docker/machine-learning/ guides/maintenance/developer-workstation.rst:187: [broken] https://clearlinux.org/software/bundle/web-server-basic guides/maintenance/developer-workstation.rst:193: [broken] https://clearlinux.org/software/bundle/database-basic Unable to fix - this document doesn't appear to exist. Recommend removing reference. guides/stacks/dbrs.rst:41: [broken] https://clearlinux.org/news-blogs/database-reference-stack-dbrs-v2-now-available Signed-off-by: Kevin Putnam --- source/guides/clear/mixer.rst | 2 +- source/guides/maintenance/developer-workstation.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 `_