Skip to content

Commit

Permalink
📝 Fix links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Feb 12, 2025
1 parent 9d60629 commit 4fe351e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.EN.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Quickstart
References
==========

* `Documentation <https://woo-search.readthedocs.io>`_
* `Documentation <https://gpp-zoeken.readthedocs.io>`_
* `Docker image <https://hub.docker.com/r/maykinmedia/woo-search>`_
* `Issues <https://github.com/GeneriekPublicatiePlatformWoo/search/issues>`_
* `Code <https://github.com/GeneriekPublicatiePlatformWoo/search>`_
Expand All @@ -100,8 +100,8 @@ Licensed under the EUPL_
:alt: Build status
:target: https://github.com/GeneriekPublicatiePlatformWoo/search/actions/workflows/ci.yml

.. |docs| image:: https://readthedocs.org/projects/woo-search/badge/?version=latest
:target: https://woo-search.readthedocs.io/
.. |docs| image:: https://readthedocs.org/projects/gpp-zoeken/badge/?version=latest
:target: https://gpp-zoeken.readthedocs.io/
:alt: Documentation Status

.. |coverage| image:: https://codecov.io/github/GeneriekPublicatiePlatformWoo/search/branch/main/graphs/badge.svg?branch=main
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Quickstart
Links
=====

* `Documentatie <https://woo-search.readthedocs.io>`_
* `Documentatie <https://gpp-zoeken.readthedocs.io>`_
* `Docker image <https://hub.docker.com/r/maykinmedia/woo-search>`_
* `Issues <https://github.com/GeneriekPublicatiePlatformWoo/search/issues>`_
* `Code <https://github.com/GeneriekPublicatiePlatformWoo/search>`_
Expand All @@ -100,8 +100,8 @@ Licensed under the EUPL_
:alt: Build status
:target: https://github.com/GeneriekPublicatiePlatformWoo/search/actions/workflows/ci.yml

.. |docs| image:: https://readthedocs.org/projects/woo-search/badge/?version=latest
:target: https://woo-search.readthedocs.io/
.. |docs| image:: https://readthedocs.org/projects/gpp-zoeken/badge/?version=latest
:target: https://gpp-zoeken.readthedocs.io/
:alt: Documentation Status

.. |coverage| image:: https://codecov.io/github/GeneriekPublicatiePlatformWoo/search/branch/main/graphs/badge.svg?branch=main
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# specified so that you can get up and running with the least amount of friction.
#
# Before deploying to production, please review the environment configuration reference:
# https://odrc.readthedocs.io/en/latest/installation/config.html
# https://gpp-zoeken.readthedocs.io/en/latest/installation/config.html

#
# TODO: add registration-component to the stack to actually index stuff
Expand Down
2 changes: 1 addition & 1 deletion src/woo_search/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ paths: {}
components: {}
externalDocs:
description: Functional and technical documentation
url: https://woo-search.readthedocs.io/
url: https://gpp-zoeken.readthedocs.io/
2 changes: 1 addition & 1 deletion src/woo_search/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"TAGS": [],
"EXTERNAL_DOCS": {
"description": "Functional and technical documentation",
"url": "https://woo-search.readthedocs.io/",
"url": "https://gpp-zoeken.readthedocs.io/",
},
}

Expand Down
2 changes: 1 addition & 1 deletion src/woo_search/fixtures/default_admin_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"handige-links"
],
"name": "Documentatie",
"link": "https://woo-search.readthedocs.io/"
"link": "https://gpp-zoeken.readthedocs.io/"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/woo_search/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<header class="footer__column-header">{{ settings.PROJECT_NAME }}</header>
<ul class="footer__list">
<li>
<a class="link link--muted" href="https://woo-search.readthedocs.io/">
<a class="link link--muted" href="https://gpp-zoeken.readthedocs.io/">
{% trans "Documentation" %}
</a>
</li>
Expand Down

0 comments on commit 4fe351e

Please sign in to comment.