From ab52b09e66e4d824ab420db867333894356a7f03 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Fri, 21 Oct 2022 09:09:38 -0500 Subject: [PATCH] URL fixes hacktoberfest-accepted * URLs updated to already excluded values * some other minor document changes to fix the meaning stripped away by changing the URL names --- docs/guides/cms/dokuwiki_server.md | 6 +++--- docs/guides/containers/podman-nextcloud.md | 2 +- docs/guides/contribute/mkdocs_lsyncd.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/cms/dokuwiki_server.md b/docs/guides/cms/dokuwiki_server.md index 9c60c47c8f..3597a43f2b 100644 --- a/docs/guides/cms/dokuwiki_server.md +++ b/docs/guides/cms/dokuwiki_server.md @@ -79,7 +79,7 @@ That configuration file should look something like this: ErrorLog /var/log/httpd/example.com_error.log - CustomLog /var/log/httpd/wiki-doc.yourdomain_access.log combined + CustomLog /var/log/httpd/example.com_access.log combined ``` @@ -151,7 +151,7 @@ And then modify your hosts file to look something like this (note the IP address ``` 127.0.0.1 localhost 127.0.1.1 myworkstation-home -10.56.233.179 example.com wiki-doc +10.56.233.179 example.com example # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback @@ -185,7 +185,7 @@ And then start it: Now that our host name is set for testing and the web service has been started, the next step is to open up a web browser and type this in the address bar: -`http://wiki-doc/install.php` +`http://example.com/install.php` OR diff --git a/docs/guides/containers/podman-nextcloud.md b/docs/guides/containers/podman-nextcloud.md index 3235c837ce..a3e8630b46 100644 --- a/docs/guides/containers/podman-nextcloud.md +++ b/docs/guides/containers/podman-nextcloud.md @@ -451,7 +451,7 @@ CONTAINER ID IMAGE COMMAND CREATED 32534e5a5890 docker.io/arm64v8/nextcloud:latest apache2-foregroun... 12 seconds ago Up 12 seconds ago nextcloud ``` -From there, you should be able to point your browser to your server IP address (eg. http://10.1.1.160), and see Nextcloud up and running. +From there, you should be able to point your browser to your server IP address. (If you are following along and have the same IP as our example, you can substitute that in here) (eg. http://your-server-ip), and see Nextcloud up and running. ## Conclusion diff --git a/docs/guides/contribute/mkdocs_lsyncd.md b/docs/guides/contribute/mkdocs_lsyncd.md index f52d77a89e..ed737fd2f4 100644 --- a/docs/guides/contribute/mkdocs_lsyncd.md +++ b/docs/guides/contribute/mkdocs_lsyncd.md @@ -236,10 +236,10 @@ INFO - [14:12:56] Reloading browsers Now for the moment of truth! If you've done everything correctly above, you should be able to open a web browser and go to the IP of your container on port :8000, and see the documentation site. -In our example, we would enter the following in the browser address: +In our example, we would enter the following in the browser address (**NOTE** To avoid broken URLs, the IP here has been changed to "your-server-ip". You just need to substitute in the IP): ``` -http://10.56.233.189:8000 +http://your-server-ip:8000 ``` ## lsyncd