From 45aab4234f4236019d20987959e68a6160b85406 Mon Sep 17 00:00:00 2001 From: Matej Matkuliak <53749658+matkuliak@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:14:22 +0200 Subject: [PATCH] Fix references to outdated projects --- docs/build.json | 2 +- docs/conf.py | 2 ++ docs/domain/timeseries/generate/cli.rst | 2 +- docs/install/_post-install.rst | 6 +++--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/build.json b/docs/build.json index 5647caf4..5de7837b 100644 --- a/docs/build.json +++ b/docs/build.json @@ -1,5 +1,5 @@ { "schemaVersion": 1, "label": "docs build", - "message": "2.1.1" + "message": "2.1.2" } diff --git a/docs/conf.py b/docs/conf.py index e5d91905..8c3f6fc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,6 +29,8 @@ r"https://cratedb.com/wp-content/uploads/2018/11/copy_from_population_data.zip", # Forbidden by Stack Overflow. r"https://stackoverflow.com/.*", + # Expired certificate. + r"https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/index.html", ] # Configure intersphinx. diff --git a/docs/domain/timeseries/generate/cli.rst b/docs/domain/timeseries/generate/cli.rst index 7dc7c5c5..2afb7243 100644 --- a/docs/domain/timeseries/generate/cli.rst +++ b/docs/domain/timeseries/generate/cli.rst @@ -290,7 +290,7 @@ will open up a map view showing the current position of the ISS: .. _ground point: https://en.wikipedia.org/wiki/Ground_track .. _International Space Station: https://www.nasa.gov/mission_pages/station/main/index.html .. _jq: https://stedolan.github.io/jq/ -.. _let us know: https://github.com/crate/crate-tutorials/issues/new +.. _let us know: https://github.com/crate/cratedb-guide/issues/new .. _open notify: http://open-notify.org/ .. _pip: https://pypi.org/project/pip/ .. _pipe: https://www.geeksforgeeks.org/piping-in-unix-or-linux/ diff --git a/docs/install/_post-install.rst b/docs/install/_post-install.rst index 8a733719..98571a6f 100644 --- a/docs/install/_post-install.rst +++ b/docs/install/_post-install.rst @@ -13,11 +13,11 @@ Admin UI can be visited at:: Also, let us outline those information entrypoints as suggestions to explore next: * Read more details about the :ref:`crate-reference:config`. -* The background about :ref:`crate-howtos:bootstrap-checks`. +* The background about :ref:`bootstrap-checks`. * Multi-node configuration within the section about :ref:`crate-howtos:clustering` - and :ref:`crate-howtos:going-into-production`. + and :ref:`going-into-production`. * When operating a CrateDB cluster in production, please also take - :ref:`performance tuning ` into consideration. + :ref:`performance tuning ` into consideration. .. NOTE::