Skip to content

Commit c11692e

Browse files
authored
Update links to Harvester docs (#29)
* We now have an update schedule, so links to the Harvester docs can point to the latest documentation as we should always be within one minor version of their latest. #minor
1 parent e0acec9 commit c11692e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/documentation/deploying_resources/deploying_rancher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Deploying with the Rancher GUI
44

55
# Deploying with the Rancher GUI
66

7-
Condenser consists of several [Harvester](https://docs.harvesterhci.io/v1.2/) clusters.
7+
Condenser consists of several [Harvester](https://docs.harvesterhci.io/) clusters.
88
Harvester runs on [Kubernetes](https://kubernetes.io/); therefore each cluster is
99
a specialized Kubernetes cluster. [Rancher](https://www.rancher.com/) is used to
1010
control access to the clusters, and provides a GUI which is accessible within the

docs/documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Please refer to the appropriate documentation. Some starting points are listed b
4040

4141
### Cloud infrastructure
4242

43-
- [Harvester](https://docs.harvesterhci.io/v1.2/)
43+
- [Harvester](https://docs.harvesterhci.io/)
4444
- [Cloudinit](https://cloudinit.readthedocs.io/en/latest/)
4545
- [Kubernetes](https://kubernetes.io/docs/home/)

docs/documentation/ssh_access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Configuring a VM for SSH access
44

55
# Configuring a VM for SSH access
66

7-
To be accessible by SSH, a VM needs to be configured with a [VLAN Network](https://docs.harvesterhci.io/v1.2/networking/harvester-network/)
7+
To be accessible by SSH, a VM needs to be configured with a [VLAN Network](https://docs.harvesterhci.io/latest/networking/harvester-network/)
88
and the SSH public key data needs to be provided via [cloudinit](https://cloudinit.readthedocs.io/en/latest/reference/modules.html#ssh).
99
We have documentation demonstrating this for [Terraform deployments](./deploying_resources/deploying_terraform.md/#configure-the-vm-for-ssh-access)
1010
and for the [Rancher GUI](./deploying_resources/deploying_rancher.md).

0 commit comments

Comments
 (0)