File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments