Skip to content

Commit 1c3d5a4

Browse files
Merge pull request #916 from redis/DOC-4588-fix-tab-qs-links
DOC-4588 fixed layout links to old develop/connect section
2 parents 9731427 + a3da2e6 commit 1c3d5a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

layouts/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
114114
{{ partial "docs-section.html" (dict
115115
"Title" "Redis Insight"
116116
"Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
117-
"ButtonLink" "./develop/connect/insight/"
117+
"ButtonLink" "./develop/tools/insight/"
118118
"ButtonLabel" "Learn more"
119119
"LinksLeftTitle" "Learn more"
120120
"LinksLeft" (slice
121121
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
122-
(dict "Text" "User guide" "URL" "./develop/connect/insight/")
123-
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/connect/insight/tutorials/insight-stream-consumer/")
122+
(dict "Text" "User guide" "URL" "./develop/tools/insight/")
123+
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools/insight/tutorials/insight-stream-consumer/")
124124
)
125125
) }}
126126
</div>

layouts/partials/tabs/wrapper.html

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

0 commit comments

Comments
 (0)