Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Oct 10, 2024
1 parent d9429ab commit 16878a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {
<div className="flex flex-wrap items-center gap-2 mt-4">
<a
className="inline-flex items-center gap-1 px-3 py-2 bg-gray-100 rounded-md hover:bg-emerald-100"
href="https://upstash.com/docs/qstash/overall/getstarted"
href="https://upstash.com/docs/vector/overall/getstarted"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -46,7 +46,7 @@ export default function Home() {
</a>
<a
className="inline-flex items-center gap-1 px-3 py-2 bg-gray-100 rounded-md hover:bg-emerald-100"
href="https://github.com/upstash/qstash-js/tree/main/examples/nextjs"
href="https://github.com/upstash/vector-js/tree/master/examples/nextjs"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 16878a4

Please sign in to comment.