Skip to content

Commit

Permalink
Replace recipesLink link with tutorialsLink (#18616)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Oct 28, 2022
1 parent 683a3a3 commit 3275832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SideBar: React.FC = () => {
},
{
type: SidebarDropdownMenuItemType.LINK,
href: links.recipesLink,
href: links.tutorialLink,
icon: <RecipesIcon />,
displayName: <FormattedMessage id="sidebar.recipes" />,
},
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/src/utils/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const links = {
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",
tutorialsLink: "https://airbyte.com/tutorials",
syncModeLink: `${BASE_DOCS_LINK}/understanding-airbyte/connections`,
demoLink: "https://demo.airbyte.io",
contactSales: "https://airbyte.com/talk-to-sales",
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/src/views/layout/SideBar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const SideBar: React.FC = () => {
},
{
type: SidebarDropdownMenuItemType.LINK,
href: links.recipesLink,
href: links.tutorialLink,
icon: <RecipesIcon />,
displayName: <FormattedMessage id="sidebar.recipes" />,
},
Expand Down

0 comments on commit 3275832

Please sign in to comment.