Skip to content

Commit

Permalink
Updated links to docs/github on Katib dashboard. (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Jan 7, 2020
1 parent 03cec2e commit 5a1c257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ui/v1alpha3/frontend/src/components/Menu/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ const Main = (props) => {
</Grid>
<br />
<Typography variant={"h6"}>
For additional information on Kubeflow visit <a href="https://kubeflow.org" target="_blank" className={classes.link}>website</a>
For usage instructions, see the <a href="https://www.kubeflow.org/docs/components/hyperparameter-tuning/" target="_blank" className={classes.link}>Kubeflow docs</a>
</Typography>
<Typography variant={"h6"}>
For additional information on Katib visit <a href="https://github.com/kubeflow/katib/" target="_blank" className={classes.link}>github</a>
To contribute to Katib, visit <a href="https://github.com/kubeflow/katib/" target="_blank" className={classes.link}>GitHub</a>
</Typography>
</Paper>
)
Expand Down

0 comments on commit 5a1c257

Please sign in to comment.