Skip to content

Commit 397a27f

Browse files
authored
fix: the 404 link for usercase (#211)
1 parent 0ddf101 commit 397a27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const App = () => {
7777
<div className='linkBox'>
7878
<ul>
7979
<a href="https://api7.ai/blog" target='_blank'><li>Blog</li></a>
80-
<a href="https://api7.ai/usercases" target='_blank'><li>Success Stories</li></a>
80+
<a href="https://api7.ai/category/case-studies" target='_blank'><li>Success Stories</li></a>
8181
<a href="https://api7.ai/about" target='_blank'><li>About</li></a>
8282
<a href="https://handbook.api7.ai/story" target='_blank'><li>Story</li></a>
8383
</ul>

0 commit comments

Comments
 (0)