Skip to content

Commit 7cc7b87

Browse files
authored
Fix MinIO videos link (#3417)
1 parent 4d12a50 commit 7cc7b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/screens/Console/HelpMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const HelpMenu = () => {
222222
<MoreLink
223223
LeadingIcon={MinIOTierIcon}
224224
text={"Visit MinIO Videos"}
225-
link={"https://min.io/videos?ref=con"}
225+
link={"https://resources.min.io/l/library?contentType=video"}
226226
color={"#C5293F"}
227227
/>
228228
</div>

0 commit comments

Comments
 (0)