Skip to content

Commit a3882e7

Browse files
committed
links cleaned
1 parent 4782550 commit a3882e7

File tree

2 files changed

+4
-4
lines changed
  • src
    • services/locales
    • ui/layouts/common/layouts/AuthenticatedLayout/AuthenticatedSidebar/SideFooter

2 files changed

+4
-4
lines changed

src/services/locales/zu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"title": "Read our documentation",
255255
"button": {
256256
"text": "Read",
257-
"href": "https://github.com/zenml-io/zenml"
257+
"href": "https://docs.zenml.io"
258258
}
259259
},
260260
"cardTwo": {

src/ui/layouts/common/layouts/AuthenticatedLayout/AuthenticatedSidebar/SideFooter/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ export const SideFooter: React.FC = () => {
3535

3636
<MenuItemExternal
3737
Icon={() => <icons.docs color={iconColors.white} size={iconSizes.md} />}
38-
to="https://www.google.com/"
38+
to="https://docs.zenml.io"
3939
text="Documentation"
4040
/>
4141
<MenuItemExternal
4242
Icon={() => (
4343
<icons.example color={iconColors.white} size={iconSizes.md} />
4444
)}
45-
to="https://www.google.com/"
45+
to="https://docs.zenml.io/getting-started/examples"
4646
text="Example & Tutorials"
4747
/>
4848
<MenuItemExternal
4949
Icon={() => <icons.tool color={iconColors.white} size={iconSizes.md} />}
50-
to="https://www.google.com/"
50+
to="https://github.com/zenml-io/zenml-dashboard/issues/new/choose"
5151
text="Report Issue"
5252
/>
5353
<MenuItem

0 commit comments

Comments
 (0)