Skip to content

Commit

Permalink
Chore: Fix link checker on broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 3, 2025
1 parent 8bbb4af commit 87845ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
r"http://api.open-notify.org/.*",
# Read timed out. (read timeout=15)
r"https://azure.microsoft.com/.*",
# 403 Client Error: Forbidden for url
r"https://www.mysql.com/.*",
r"https://dev.mysql.com/.*",
# HTTPSConnectionPool(host='www.softwareag.com', port=443): SSL: CERTIFICATE_VERIFY_FAILED
r"https://www.softwareag.com/.*",
]

linkcheck_anchors_ignore_for_url += [
Expand Down
2 changes: 1 addition & 1 deletion docs/install/container/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ example::
.. _containerization: https://www.docker.com/resources/what-container
.. _CrateDB Docker image: https://hub.docker.com/_/crate/
.. _default bridge network: https://docs.docker.com/network/drivers/bridge/#use-the-default-bridge-network
.. _Docker Stack YAML file: https://docs.oldtimes.me/docker/docker-cloud/apps/stack-yaml-reference/index.html
.. _Docker Stack YAML file: https://docs.docker.com/reference/compose-file/legacy-versions/
.. _Docker Swarm: https://docs.docker.com/engine/swarm/
.. _Docker volume: https://docs.docker.com/engine/tutorials/dockervolumes/
.. _Docker: https://www.docker.com/
Expand Down
2 changes: 1 addition & 1 deletion docs/integrate/etl/streamsets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ You can verify that the data is now in CrateDB:
SELECT 1 row in set (0.050 sec)
.. _A running and accessible StreamSets Data Collector: https://streamsets.com/products/dataops-platform-2/data-collector-engine/
.. _A running and accessible StreamSets Data Collector: https://www.softwareag.com/en_corporate/platform/integration-apis/data-collector-engine.html
.. _Maven Repository: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/
.. _CrateDB JDBC driver: https://cratedb.com/docs/jdbc/
.. _external libraries: https://streamsets.com/documentation/datacollector/latest/help/datacollector/UserGuide/Configuration/ExternalLibs.html
Expand Down

0 comments on commit 87845ea

Please sign in to comment.