Skip to content

Commit febcff3

Browse files
Merge pull request #1036 from redis/home-pg-mobile
Home pg mobile fix for APIs link
2 parents 4485b88 + e075ce6 commit febcff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
5252
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/integrate'>Libraries and tools</a></li>
5353
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/operate'>Redis products</a></li>
5454
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/commands'>Commands</a></li>
55-
<li><a class="py-2 hover:underline hover:text-redis-pen-600">APIs</a></li>
55+
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/apis'>APIs</a></li>
5656
</ul>
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)