Commit 09983fdf authored by Douwe Maan's avatar Douwe Maan

Merge branch 'geo-help-links' into 'master'

Update help links in Geo Nodes

The links for Geo (#76) documentation are outdated and lead to 404s. These updated links lead to 
the respective help page.

See merge request !875
parents 5d9e8c09 6266d27a
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Geo Nodes Geo Nodes
%p.light %p.light
With #{link_to 'GitLab Geo', help_page_path('gitlab-geo', 'README'), class: 'vlink'} you can install a special With #{link_to 'GitLab Geo', help_page_path('gitlab-geo/README'), class: 'vlink'} you can install a special
read-only and replicated instance anywhere. read-only and replicated instance anywhere.
%hr %hr
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
= fg.text_area :key, class: 'form-control thin_area', rows: 5 = fg.text_area :key, class: 'form-control thin_area', rows: 5
%p.help-block %p.help-block
Paste a machine public key here for the GitLab user this node runs on. Read more about how to generate it Paste a machine public key here for the GitLab user this node runs on. Read more about how to generate it
= link_to "here", help_page_path("ssh", "README") = link_to "here", help_page_path("ssh/README")
.form-actions .form-actions
= f.submit 'Add Node', class: 'btn btn-create' = f.submit 'Add Node', class: 'btn btn-create'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment