Skip to content

Commit

Permalink
Fix upgrade guide link (#12693)
Browse files Browse the repository at this point in the history
* update upgrade guide link
  • Loading branch information
teallarson authored and suhomud committed May 23, 2022
1 parent 17a8281 commit fd8c368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions airbyte-webapp/src/config/uiConfig.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
const BASE_DOCS_LINK = "https://docs.airbyte.io";
const BASE_DOCS_LINK = "https://docs.airbyte.com";

const uiConfig = {
technicalSupport: `${BASE_DOCS_LINK}/troubleshooting/on-deploying`,
termsLink: "https://airbyte.com/terms",
privacyLink: "https://airbyte.com/privacy-policy",
helpLink: "https://airbyte.com/community",
gitLink: "https://docs.airbyte.com/quickstart/deploy-airbyte",
gitLink: `${BASE_DOCS_LINK}/quickstart/deploy-airbyte`,
updateLink: `${BASE_DOCS_LINK}/operator-guides/upgrading-airbyte`,
productReleaseStages: `${BASE_DOCS_LINK}/project-overview/product-release-stages`,
slackLink: "https://slack.airbyte.com",
supportTicketLink: "https://airbyte.com/contact-support",
docsLink: BASE_DOCS_LINK,
configurationArchiveLink: `${BASE_DOCS_LINK}/tutorials/upgrading-airbyte`,
configurationArchiveLink: `${BASE_DOCS_LINK}/operator-guides/upgrading-airbyte/`,
normalizationLink: `${BASE_DOCS_LINK}/understanding-airbyte/connections#airbyte-basic-normalization`,
namespaceLink: `${BASE_DOCS_LINK}/understanding-airbyte/namespaces`,
tutorialLink: "https://www.youtube.com/watch?v=Rcpt5SVsMpk&feature=emb_logo",
statusLink: "https://status.airbyte.io/",
recipesLink: "https://airbyte.com/recipes",
syncModeLink: "https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history",
syncModeLink: `${BASE_DOCS_LINK}/understanding-airbyte/connections/incremental-deduped-history`,
demoLink: "https://demo.airbyte.io",
contactSales: "https://airbyte.com/talk-to-sales",
webpageLink: "https://airbyte.com",
Expand Down

0 comments on commit fd8c368

Please sign in to comment.