Skip to content

Commit 34e107e

Browse files
SuitDeersmira
authored andcommitted
docs: fix broken link
Update link to resources. Signed-off-by: SuitDeer <114341346+SuitDeer@users.noreply.github.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent dfbece5 commit 34e107e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/content/v1.11/introduction/prodnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Recommendations for setting up a Talos Linux cluster in production
55
---
66

77
This guide explains things to consider to create a production quality Talos Linux cluster for bare metal.
8-
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resource-hub/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.
8+
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.
99

1010
This guide assumes that you’ve already created a development cluster and are familiar with the **Getting Started** documentation.
1111
If not, please refer to the [Getting Started]({{< relref "getting-started" >}}) guide for more information.

website/content/v1.12/introduction/prodnotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Recommendations for setting up a Talos Linux cluster in production
55
---
66

77
This guide explains things to consider to create a production quality Talos Linux cluster for bare metal.
8-
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resource-hub/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.
8+
Check out the [Reference Architecture documentation](https://www.siderolabs.com/resources/) for architectural diagrams and guidance on creating production-grade clusters in other environments.
99

1010
This guide assumes that you’ve already created a development cluster and are familiar with the **Getting Started** documentation.
1111
If not, please refer to the [Getting Started]({{< relref "getting-started" >}}) guide for more information.
@@ -70,7 +70,7 @@ You can include as many IP addresses as needed:
7070
If your control plane nodes IP addresses are `192.168.0.2`, `192.168.0.3`, `192.168.0.4`, your command would be:
7171

7272
```bash
73-
CONTROL_PLANE_IP= ("192.168.0.2" "192.168.0.3" "192.168.0.4")
73+
CONTROL_PLANE_IP=("192.168.0.2" "192.168.0.3" "192.168.0.4")
7474
```
7575

7676
1. If you have worker nodes, store their IP addresses in a Bash array.

0 commit comments

Comments
 (0)