diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-09-09 21:00:36 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2025-09-09 21:00:36 +0200 |
| commit | 97ed5ef9f1d0b74c64ea287b4b5ed131b5502f4c (patch) | |
| tree | a67abc829d02c8def427674b47d226981851b694 /README.rst | |
| parent | 57b74beeeaf4dabfeea7f9f80cb8aab50b772c59 (diff) | |
[fix] links in the README (link file in GH-UI / not the raw file)
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/README.rst b/README.rst index 15c136879..39aae997b 100644 --- a/README.rst +++ b/README.rst @@ -3,15 +3,14 @@ .. _metasearch engine: https://en.wikipedia.org/wiki/Metasearch_engine .. _Installation guide: https://docs.searxng.org/admin/installation.html .. _Configuration guide: https://docs.searxng.org/admin/settings/index.html -.. _CONTRIBUTING: https://raw.githubusercontent.com/searxng/searxng/refs/heads/master/CONTRIBUTING.rst -.. _LICENSE: https://raw.githubusercontent.com/searxng/searxng/refs/heads/master/LICENSE +.. _CONTRIBUTING: https://github.com/searxng/searxng/blob/master/CONTRIBUTING.rst +.. _LICENSE: https://github.com/searxng/searxng/blob/master/LICENSE .. figure:: https://raw.githubusercontent.com/searxng/searxng/master/client/simple/src/brand/searxng.svg :target: https://searxng.org :alt: SearXNG :width: 512px -| SearXNG is a `metasearch engine`_. Users are neither tracked nor profiled. @@ -24,7 +23,7 @@ SearXNG is a `metasearch engine`_. Users are neither tracked nor profiled. :alt: Documentation .. image:: https://img.shields.io/github/license/searxng/searxng?style=flat-square&label=license&color=3050ff&cacheSeconds=86400 - :target: https://raw.githubusercontent.com/searxng/searxng/refs/heads/master/LICENSE + :target: https://github.com/searxng/searxng/blob/master/LICENSE :alt: License .. image:: https://img.shields.io/github/commit-activity/y/searxng/searxng/master?style=flat-square&label=commits&color=3050ff&cacheSeconds=3600 @@ -56,10 +55,10 @@ we have two official channels: Contributing ============ -See `CONTRIBUTING`_ for more details. +See CONTRIBUTING_ for more details. License ======= This project is licensed under the GNU Affero General Public License (AGPL-3.0). -See `LICENSE`_ for more details. +See LICENSE_ for more details. |