File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
id : index-guides
3
3
title : Guides
4
4
sidebar_label : Guides
5
- slug : guides/index
5
+ slug : /guides
6
6
---
7
7
8
8
import RedisCard from ' @site/src/theme/RedisCard' ;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ module.exports = {
52
52
} ,
53
53
{
54
54
label : 'Develop' ,
55
- to : '/develop ' ,
55
+ to : '#developlanguages ' ,
56
56
} ,
57
57
{
58
58
label : 'Explore your data' ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function Hero() {
53
53
< p className = "description" > Develop your application with your favorite language</ p >
54
54
< span className = "more" > Code your application < SvgArrowRight color = "#DC382C" /> </ span >
55
55
</ div >
56
- < a href = { useBaseUrl ( '/develop' ) } className = "link" > Read More</ a >
56
+ < a href = "#developlanguages" className = "link" > Read More</ a >
57
57
</ div >
58
58
59
59
< div className = "box box-explore" >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function Languages() {
15
15
16
16
< div className = "container" >
17
17
18
- < h2 className = "section-title" > Resources by Languages</ h2 >
18
+ < h2 className = "section-title" id = "developlanguages" > Resources by Languages</ h2 >
19
19
< h3 className = "section-description" > Find documentation, sample code ad tools to develop with your favorite language.</ h3 >
20
20
21
21
< ul className = "languages-list" >
You can’t perform that action at this time.
0 commit comments