summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-09-28 16:44:14 +0200
committerAlexandre Flament <alex@al-f.net>2020-09-28 16:44:14 +0200
commitf204e4903da3e97629bbf37c74e1b603b2e12830 (patch)
tree471fc120e7f023fe3aa816f0f651e8764771c6eb /docs/dev
parent8d47142f35199866b26ee4e9149bbb8b058a6873 (diff)
downloadsearxng-f204e4903da3e97629bbf37c74e1b603b2e12830.tar.gz
searxng-f204e4903da3e97629bbf37c74e1b603b2e12830.zip
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/contribution_guide.rst2
-rw-r--r--docs/dev/quickstart.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst
index f9e9569f9..5012dea21 100644
--- a/docs/dev/contribution_guide.rst
+++ b/docs/dev/contribution_guide.rst
@@ -182,4 +182,4 @@ needed git add, commit and push:
cd gh-pages; git checkout gh-pages >/dev/null
Switched to a new branch 'gh-pages'
...
- doc available at --> https://asciimoo.github.io/searx
+ doc available at --> https://searx.github.io/searx
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index a4fc897c4..3e1a5e344 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -25,7 +25,7 @@ searx-ve virtualenv and install the required packages using ``manage.sh``.
.. code:: sh
cd ~/myprojects
- git clone https://github.com/asciimoo/searx.git
+ git clone https://github.com/searx/searx.git
cd searx
python3 -m venv searx-ve
. ./searx-ve/bin/activate