From 83bb14ebecd03e06f9b55260fa5c721ee0a80dbb Mon Sep 17 00:00:00 2001 From: Benjamin Gehrels Date: Mon, 25 Nov 2019 19:27:57 +0100 Subject: [PATCH] Fix link While i guess the link intentionally pointed to the paragraph above, it was misleading depending on the current scroll position. When you enter the page via the search, it is already scrolled to #material-ui-pickers. The Link i edited is then in the center of the page (and therefore grabs visual attention). When clicked, it feels defunct, because nothing happens, because the page is already scrolled to the target position. The Link text represents a git repository name, so i would expect it to link to this repository. So i think the easiest solution is to actually do so. --- docs/src/pages/components/pickers/pickers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/pickers/pickers.md b/docs/src/pages/components/pickers/pickers.md index 66de5c412ee83a..f7feb4489e1438 100644 --- a/docs/src/pages/components/pickers/pickers.md +++ b/docs/src/pages/components/pickers/pickers.md @@ -22,7 +22,7 @@ components: TextField ## Native pickers ⚠️ Native input controls support by browsers [isn't perfect](https://caniuse.com/#feat=input-datetime). -Have a look at [@material-ui/pickers](#material-ui-pickers) for a richer solution. +Have a look at [@material-ui/pickers](https://material-ui-pickers.dev/) for a richer solution. ### Datepickers