Skip to content

Commit

Permalink
correct link in webapp (#4545)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 6, 2021
1 parent 84ba3e7 commit 063e007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-webapp/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const config: Config = {
slackLink: "https://slack.airbyte.io",
docsLink: "https://docs.airbyte.io",
configurationArchiveLink: `${BASE_DOCS_LINK}/tutorials/upgrading-airbyte`,
normalizationLink: `${BASE_DOCS_LINK}/understanding-airbyte/namespaces`,
namespaceLink: `${BASE_DOCS_LINK}/understanding-airbyte/connections#airbyte-basic-normalization`,
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",
workspaceId: "5ae6b09b-fdec-41af-aaf7-7d94cfc33ef6",
Expand Down

0 comments on commit 063e007

Please sign in to comment.