diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 12:03:54 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 14:25:08 +0200 |
| commit | 28b25185c51d320c8124292a6194e4c34fa9c3e8 (patch) | |
| tree | a0cbe498f1c0a6a7be6e0f15c1b271e981be82cf /docs/dev/reST.rst | |
| parent | c6a5cc019ae27b1892b38afd33090653d07f33be (diff) | |
[brand] searxng -- fix links to issue tracker & WEB-GUI
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/reST.rst')
| -rw-r--r-- | docs/dev/reST.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |