Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #307 from janhq/fix/missing-404
Browse files Browse the repository at this point in the history
fix: missing url api-reference
  • Loading branch information
urmauur authored Aug 24, 2024
2 parents b9b488c + b05ce70 commit d63bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/APIStructure/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const APIStructure = () => {
<div className="w-full lg:w-1/2 mx-auto text-center my-8">
<a
className="text-black dark:text-white bg-[#F0F0F0] dark:bg-[#242424] cursor-pointer font-bold py-3 px-5 rounded-lg border border-ragy-200 dark:border-neutral-700"
href="/api-reference/"
href="https://cortex.so/api-reference"
target="_blank"
>
API Reference
Expand Down

0 comments on commit d63bdc8

Please sign in to comment.