Skip to content

Commit e75e01d

Browse files
committed
fix links
1 parent 9a0d757 commit e75e01d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guides/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: index-guides
33
title: Guides
44
sidebar_label: Guides
5-
slug: guides/index
5+
slug: /guides
66
---
77

88
import RedisCard from '@site/src/theme/RedisCard';

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
},
5353
{
5454
label: 'Develop',
55-
to: '/develop',
55+
to: '#developlanguages',
5656
},
5757
{
5858
label: 'Explore your data',

src/theme/Hero/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Hero() {
5353
<p className="description">Develop your application with your favorite language</p>
5454
<span className="more">Code your application <SvgArrowRight color="#DC382C" /></span>
5555
</div>
56-
<a href={useBaseUrl('/develop')} className="link">Read More</a>
56+
<a href="#developlanguages" className="link">Read More</a>
5757
</div>
5858

5959
<div className="box box-explore">

src/theme/Languages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Languages() {
1515

1616
<div className="container">
1717

18-
<h2 className="section-title">Resources by Languages</h2>
18+
<h2 className="section-title" id="developlanguages">Resources by Languages</h2>
1919
<h3 className="section-description">Find documentation, sample code ad tools to develop with your favorite language.</h3>
2020

2121
<ul className="languages-list">

0 commit comments

Comments
 (0)