Skip to content

Commit

Permalink
fix: Add missing tests and checks for the frontend (#10007)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Roes <[email protected]>
  • Loading branch information
perangel and timroes committed Nov 26, 2023
1 parent 30555ee commit 8854d61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useRequestOptions } from "../useRequestOptions";

const DOCS_URL = /^https:\/\/docs\.airbyte\.(io|com)/;
const LOCAL_DOCS_PATH = "/docs";
const GITHUB_DOCS_INTEGRATIONS_URL = `${links.githubContent}/docs/integrations`;
const GITHUB_DOCS_INTEGRATIONS_URL = `https://raw.githubusercontent.com/airbytehq/airbyte/master/docs/integrations`;
export const GITHUB_DOCS_SOURCES_URL = `${GITHUB_DOCS_INTEGRATIONS_URL}/sources/`;
export const GITHUB_DOCS_DESTINATIONS_URL = `${GITHUB_DOCS_INTEGRATIONS_URL}/destinations/`;
export const REMOTE_DOCS_SOURCES_URL = `${links.docsLink}/integrations/sources/`;
Expand Down
1 change: 0 additions & 1 deletion airbyte-webapp/src/core/utils/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const links = {
interpolationMacroDocs: `${BASE_DOCS_LINK}/connector-development/config-based/understanding-the-yaml-file/reference#macros`,
creditDescription: "https://airbyte.com/pricing#what-is-a-credit",
usingCustomConnectors: `${BASE_DOCS_LINK}/operator-guides/using-custom-connectors/`,
githubContent: "https://raw.githubusercontent.com/airbytehq/airbyte/master",
} as const;

export type OutboundLinks = typeof links;

0 comments on commit 8854d61

Please sign in to comment.