diff options
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/quickstart.rst | 2 | ||||
| -rw-r--r-- | docs/dev/reST.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index bb9f4d67c..74bb52960 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -11,7 +11,7 @@ you simply by using :ref:`make <makefile>`. .. code:: sh - git clone https://github.com/searx/searx.git + git clone https://github.com/searxng/searxng.git searx Here is how a minimal workflow looks like: diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst index 1817504c6..181d9829d 100644 --- a/docs/dev/reST.rst +++ b/docs/dev/reST.rst @@ -288,7 +288,7 @@ content becomes smart. project's wiki article :wiki:`Offline-engines` ``:wiki:`Offline-engines``` to docs public URL :docs:`dev/reST.html` ``:docs:`dev/reST.html``` files & folders origin :origin:`docs/dev/reST.rst` ``:origin:`docs/dev/reST.rst``` - pull request :pull:`1756` ``:pull:`1756``` + pull request :pull:`4` ``:pull:`4``` patch :patch:`af2cae6` ``:patch:`af2cae6``` PyPi package :pypi:`searx` ``:pypi:`searx``` manual page man :man:`bash` ``:man:`bash``` @@ -320,7 +320,7 @@ To list all anchors of the inventory (e.g. ``python``) use: $ python -m sphinx.ext.intersphinx https://docs.python.org/3/objects.inv ... - $ python -m sphinx.ext.intersphinx https://searx.github.io/searx/objects.inv + $ python -m sphinx.ext.intersphinx https://searxng.github.io/searxng/objects.inv ... Literal blocks |