Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix references to outdated projects #65

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": 1,
"label": "docs build",
"message": "2.1.1"
"message": "2.1.2"
}
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/domain/timeseries/generate/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions docs/install/_post-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <crate-howtos:performance>` into consideration.
:ref:`performance tuning <performance>` into consideration.

.. NOTE::

Expand Down