Skip to content

Commit 5163f0c

Browse files
authored
fix(plots): correct the empty screen link to the dvc docs (#4068)
1 parent f51631d commit 5163f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview/src/plots/components/GetStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const Welcome: React.FC = () => (
7777
/>
7878
<p>
7979
Learn how to{' '}
80-
<a href="https://dvc.org/doc/studio/user-guide/views/visualize-experiments">
80+
<a href="https://dvc.org/doc/user-guide/experiment-management/visualizing-plots">
8181
visualize experiments
8282
</a>{' '}
8383
with DVC.

0 commit comments

Comments
 (0)