Skip to content

Commit b9b1895

Browse files
committed
chore: update contribute link to website section
Signed-off-by: David Karlsson <[email protected]>
1 parent 644f43d commit b9b1895

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/contribute/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Contribute to Docker's docs
3+
linkTitle: Contribute
34
weight: 10
45
toc_max: 1
56
aliases:

layouts/partials/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<a class="underline-offset-2 hover:underline" href="https://www.docker.com/pricing/">Pricing</a>
66
<a class="underline-offset-2 hover:underline" href="https://www.docker.com/company/">About us</a>
77
<a class="underline-offset-2 hover:underline" href="https://www.docker.com/support/">Support</a>
8-
<a class="underline-offset-2 hover:underline" href="https://github.com/docker/docs/blob/main/CONTRIBUTING.md">Contribute</a>
8+
{{- with .GetPage "/contribute" }}
9+
<a class="underline-offset-2 hover:underline" href="{{ .Permalink }}">{{ .LinkTitle }}</a>
10+
{{- end }}
911
</div>
1012
<hr class="text-divider-light dark:text-divider-dark" />
1113
<div class="grid lg:grid-cols-3 place-items-center gap-8 grid-cols-1">

0 commit comments

Comments
 (0)