redirection is broken in What's next

we need a space around `baseurl` 
{{ < baseurl > }}  and not {{ <baseurl> }}. The last is not taken into account.
This commit is contained in:
Arno Gaboury
2018-06-27 05:47:33 -07:00
committed by Denise
parent 2d83d7dac2
commit e2b1628335
@@ -349,7 +349,7 @@ By default, Rancher automatically generates self-signed certificates for itself
You have a couple of options:
- Create a backup of your Rancher Server in case of a disaster scenario: [High Availablility Back Up and Restoration]({{< baseurl >}}/rancher/v2.x/en/installation/backups-and-restoration/ha-backup-and-restoration).
- Create a Kubernettes cluster: [Creating a Cluster]({{ <baseurl> }}/rancher/v2.x/en/tasks/clusters/creating-a-cluster/).
- Create a Kubernettes cluster: [Creating a Cluster]({{ < baseurl > }}/rancher/v2.x/en/tasks/clusters/creating-a-cluster/).
<br/>