diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/docsy/layouts/partials/community_links.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/docsy/layouts/partials/community_links.html b/themes/docsy/layouts/partials/community_links.html index 48d6458..c634cf3 100644 --- a/themes/docsy/layouts/partials/community_links.html +++ b/themes/docsy/layouts/partials/community_links.html @@ -2,7 +2,7 @@ <section class="row td-box td-box--4 td-box--gradient td-box--height-auto linkbox"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> -<h2>Learn and Connect</h2> +<h2>Learn and Connect</h2> <p>Using or want to use {{ .Site.Title }}? Find out more here: {{ with index $links "user"}} {{ template "community-links-list" . }} @@ -14,7 +14,7 @@ {{ with index $links "developer"}} {{ template "community-links-list" . }} {{ end }} -<p>You can find out how to contribute to these docs in our <a href="/docs/contribution-guidelines/">Contribution Guidelines</a>. +<p>You can find out how to contribute to these docs in our <a href="/docs/contributions/">Contribution Guidelines</a>. </div> </section> |