Skip to content

Commit

Permalink
[OPIK-207] [UX Improvements] Fix docs link in cloud (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriidudar authored Oct 4, 2024
1 parent 622ba8d commit 058faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opik-frontend/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const BASE_COMET_URL = import.meta.env.VITE_BASE_COMET_URL;

export const buildDocsUrl = (path: string, hash: string = "") => {
const url = BASE_COMET_URL
? `${BASE_COMET_URL}/docs/opik`
? `${BASE_COMET_URL}docs/opik`
: "https://comet.com/docs/opik";

return `${url}${path}?from=llm${hash}`;
Expand Down

0 comments on commit 058faf9

Please sign in to comment.