diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-13 16:08:34 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-13 16:08:34 +0100 |
| commit | 02d5173fb23dfcba02634e2765bf7fd91e3d0437 (patch) | |
| tree | 93d214f4039bea8aa42d8713bc3c2b35d38465ad /Makefile | |
| parent | fcd7f4cd1205db48c8796a1ba12bcb1d358a554e (diff) | |
Makefile: remove trailing '/' from DOCS_URL
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ export GIT_URL=https://github.com/asciimoo/searx export SEARX_URL=https://searx.me -export DOCS_URL=https://asciimoo.github.io/searx/ +export DOCS_URL=https://asciimoo.github.io/searx PYOBJECTS = searx DOC = docs |