summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNoémi Ványi <kvch@users.noreply.github.com>2020-10-21 19:37:24 +0200
committerGitHub <noreply@github.com>2020-10-21 19:37:24 +0200
commit5707fba5618f3e1e31d9b0656e02eca594cd3131 (patch)
treed7c0d0ad752a99f6abb84a915e011f1db6c47759 /docs
parente78bfd4d8b62a521e08029bb0e708b2bcec9958d (diff)
parent3bada084a2cbfe0c5e0098266855e0675be107bb (diff)
Merge pull request #2265 from renyhp/patch-1
Fix typos in documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/build-templates/filtron.rst2
-rw-r--r--docs/build-templates/searx.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/build-templates/filtron.rst b/docs/build-templates/filtron.rst
index 83a451820..643688ff7 100644
--- a/docs/build-templates/filtron.rst
+++ b/docs/build-templates/filtron.rst
@@ -32,7 +32,7 @@
(${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local
(${SERVICE_USER}) $ wget --progress=bar -O "${GO_TAR}" \\
"${GO_PKG_URL}"
- (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf "${GO_TAR}"
+ (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf "${GO_TAR}"
(${SERVICE_USER}) $ which go
${SERVICE_HOME}/local/go/bin/go
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst
index f3004ed06..5a65488b0 100644
--- a/docs/build-templates/searx.rst
+++ b/docs/build-templates/searx.rst
@@ -167,7 +167,7 @@ container or in a script, test with curl:
.. code-block:: sh
- $ xgd-open http://$SEARX_INTERNAL_URL
+ $ xdg-open http://$SEARX_INTERNAL_URL
.. group-tab:: curl