diff options
Diffstat (limited to 'docs/build-templates/searx.rst')
-rw-r--r-- | docs/build-templates/searx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst index 27ebf8d01..f3004ed06 100644 --- a/docs/build-templates/searx.rst +++ b/docs/build-templates/searx.rst @@ -81,7 +81,7 @@ ${fedora_build} .. code-block:: sh $ sudo -H -u ${SERVICE_USER} -i - (${SERVICE_USER})$ git clone "https://github.com/asciimoo/searx.git" "$SEARX_SRC" + (${SERVICE_USER})$ git clone "https://github.com/searx/searx.git" "$SEARX_SRC" .. END clone searx |