Skip to content

Commit 5aa691f

Browse files
Merge pull request #618 from redis/DOC-4210-fix-quickstart-links
DOC-4210 added baseURL to client quickstart links
2 parents 8f528b3 + 0de9283 commit 5aa691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tabs/wrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</div>
7373
{{ else }}
7474
<!--<a href='/docs/latest/develop/connect/clients/{{ index $tab "quickstartSlug" }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs-->
75-
<a href='/develop/connect/clients/{{ index $tab "quickstartSlug" }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs
75+
<a href='{{ absURL (print "develop/connect/clients/" (index $tab "quickstartSlug")) }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs
7676
hover:text-white hover:bg-slate-600 hover:border-transparent focus:outline-none
7777
focus:ring-2 focus:white focus:border-slate-500" title="{{$btnQuickStartText}}">
7878
{{ index $tab "title" }} {{ $btnQuickStartText }}

0 commit comments

Comments
 (0)