Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
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/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SRC_MAKE := $(MAKE) -f $(SRC_DIR)/rules.mk

# Parse the JSON file
BUILD_VERSION := $(shell cat $(BUILD_JSON) | \
python -c 'import json, sys; print(json.load(sys.stdin)["message"])')
python3 -c 'import json, sys; print(json.load(sys.stdin)["message"])')

ifeq ($(BUILD_VERSION),)
$(error No build version specified in `$(BUILD_JSON)`.)
Expand Down
6 changes: 3 additions & 3 deletions docs/basic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ official `CrateDB Docker image`_, use::
.. TIP::

If this command aborts with an error, please consult the :ref:`Docker
troubleshooting guide <crate-howtos:docker-troubleshooting>`. You are also
welcome learn more about :ref:`crate-howtos:resource_constraints` with respect
troubleshooting guide <docker-troubleshooting>`. You are also
welcome learn more about :ref:`resource_constraints` with respect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"welcome to learn more ..."

to running CrateDB within containers.

.. CAUTION::
Expand All @@ -241,7 +241,7 @@ official `CrateDB Docker image`_, use::
container, all data will be lost.

When you are ready to start using CrateDB for data you care about, please
consult the :ref:`full guide to CrateDB and Docker <crate-howtos:cratedb-docker>`
consult the :ref:`full guide to CrateDB and Docker <cratedb-docker>`
in order to configure the Docker setup appropriately by using persistent
disk volumes.

Expand Down
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.0.0"
"message": "2.0.2"
}