We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4485b88 + e075ce6 commit febcff3Copy full SHA for febcff3
layouts/home.html
@@ -52,7 +52,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
52
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/integrate'>Libraries and tools</a></li>
53
<li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/operate'>Redis products</a></li>
54
<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>
+ <li><a class="py-2 hover:underline hover:text-redis-pen-600" href='{{ .Scratch.Get "path" }}/apis'>APIs</a></li>
56
</ul>
57
</div>
58
0 commit comments