Skip to content

Commit

Permalink
feat: link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamsGeeky committed Feb 27, 2024
1 parent ef075ba commit d766bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Courses/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const CourseList = [
// },
{
pic: require('@site/static/img/python.png').default,
url: '/docs/python/intro',
url: '/docs/python',
title: 'Python'
},
// {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
we believe in the transformative power of technology
</p>
<div>
<Link to={"/docs/intro"} className={clsx('item shadow--tl')}>
<Link to={"/docs/python"} className={clsx('item shadow--tl')}>
<button class="button button--secondary button--lg ">
Explore Our Courses
</button>
Expand Down

0 comments on commit d766bd3

Please sign in to comment.