Skip to content

Commit

Permalink
feat: the new quick start guide link (#8759)
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-determined authored Jan 26, 2024
1 parent 995311a commit 7841d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/react/src/pages/F_ExpList/glide-table/exceptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const NoExperiments: React.FC = () => {
return (
<Message
action={
<Link external path={paths.docs('/tutorials/quickstart-mdldev.html')}>
<Link external path={paths.docs('/get-started/webui-qs.html')}>
Quick Start Guide
</Link>
}
Expand Down

0 comments on commit 7841d9e

Please sign in to comment.