Skip to content

Commit 74f8f81

Browse files
committed
Install: Implement suggestions by CodeRabbit
1 parent c509d35 commit 74f8f81

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/feature/cloud/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ needs.
6565

6666
:::{rubric} CrateDB Cloud
6767
:::
68-
- {ref}`cloud:index`
6968
- {ref}`Documentation <cloud:index>`
7069
- [Web Console]
7170

docs/install/cloud/azure/vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the *new* left hand panel of the Azure portal.
2323
### Create a network security group
2424

2525
CrateDB uses two ports, one for inter-node communication (`4300`) and one for
26-
it's http endpoint (`4200`), so access to these needs to be opened.
26+
its HTTP endpoint (`4200`), so access to these needs to be opened.
2727

2828
Create a *New Security Group*, giving it a name and assigning it to the
2929
'Resource Group' just created.
@@ -32,7 +32,7 @@ Create a *New Security Group*, giving it a name and assigning it to the
3232
:alt: Create New Security Group
3333
```
3434

35-
Find that security group in your resources list and open it's settings,
35+
Find that security group in your resources list and open its settings,
3636
navigating to the *Inbound security rules* section.
3737

3838
```{image} /_assets/img/install/cloud/azure-nsg-inbound.png
@@ -71,7 +71,7 @@ earlier to the subnet.
7171
### Create virtual machines
7272

7373
Next create virtual machines to act as your CrateDB nodes. In this tutorial, I
74-
chose two low-specification Ubuntu 14.04 servers, but you likely have your own
74+
chose two low-specification Ubuntu servers, but you likely have your own
7575
preferred configurations.
7676

7777
Most importantly, make sure you select the Virtual Network created earlier.

docs/install/redhat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
Install CrateDB [RPM] packages using the [DNF], [YUM], or [ZYpp] package managers.
1010
:::
1111

12-
This installation method is suitable for RedHat Enterprise Linux (RHEL) and compatible
12+
This installation method is suitable for Red Hat Enterprise Linux (RHEL) and compatible
1313
systems like Fedora, CentOS, Rocky Linux, AlmaLinux, AWS Linux, Oracle Linux, or
1414
Scientific Linux. Installation also works on openSUSE and SUSE Linux Enterprise Server
1515
(SLES) systems.
1616

1717
## Package repository
1818

1919
To register with the CrateDB package repository, create a file called `cratedb.repo`
20-
in the `/etc/yum.repos.d/` directory for RedHat based distributions, or in the
21-
`/etc/zypp/repos.d/` directory for OpenSuSE based distributions, containing:
20+
in the `/etc/yum.repos.d/` directory for Red Hat based distributions, or in the
21+
`/etc/zypp/repos.d/` directory for openSUSE based distributions, containing:
2222

2323
```ini
2424
[cratedb-ce-stable]

0 commit comments

Comments
 (0)