Skip to content

Commit

Permalink
Fix Links
Browse files Browse the repository at this point in the history
Signed-off-by: Parthib <[email protected]>
  • Loading branch information
ptdatta authored and skeptrunedev committed Dec 28, 2024
1 parent 8fb077e commit f50ea95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.dashboard
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VITE_API_HOST="http://localhost:8090/api"
VITE_SEARCH_UI_URL="http://localhost:5174"
VITE_CHAT_UI_URL="http://localhost:5173"
VITE_CHAT_UI_URL="http://localhost:5175"
VITE_ANALYTICS_UI_URL="http://localhost:5176"
VITE_SENTRY_DASHBOARD_DSN=""
VITE_BM25_ACTIVE=true
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const GettingStartedDocsLinks = () => {
/>
<GettingStartedLink
icon={AiFillCaretRight}
link="https://docs.trieve.ai/getting-started/quickstart"
link="https://docs.trieve.ai/getting-started/introduction"
description="Get started with Trieve quickly"
title="Getting Started"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontends/dashboard/src/layouts/NavbarLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const NavbarLayout = (props: NavbarLayoutProps) => {
<div class="flex items-center justify-end gap-3">
<a
class="flex items-center gap-2 rounded-md border bg-neutral-100 px-2 py-1 text-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-neutral-600"
href="https://docs.trieve.ai"
href="https://docs.trieve.ai/api-reference"
target="_blank"
>
<p>API Docs</p>
Expand Down

0 comments on commit f50ea95

Please sign in to comment.