Skip to content

Commit

Permalink
docs: Fix Documentation Links for API Clients Redirect to Incorrect L…
Browse files Browse the repository at this point in the history
…anguages (JavaScript and Python) (#832)

Closes #831
  • Loading branch information
Usman Liaqat authored Jan 16, 2024
1 parent 1b318aa commit 68d03fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export default function Home() {
</Text>
<Text>
<ul className={styles.cardContentList}>
<li><Link to={new URL('/api/client/python', siteConfig.url).href}>API client for JavaScript</Link></li>
<li><Link to={new URL('/api/client/js', siteConfig.url).href}>API client for Python</Link></li>
<li><Link to={new URL('/api/client/js', siteConfig.url).href}>API client for JavaScript</Link></li>
<li><Link to={new URL('/api/client/python', siteConfig.url).href}>API client for Python</Link></li>
<li><Link to={new URL('/api/v2', siteConfig.url).href}>API Reference</Link></li>
</ul>
</Text>
Expand Down

0 comments on commit 68d03fb

Please sign in to comment.