Skip to content

Commit 83bb14e

Browse files
authored
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.
1 parent 6dc8903 commit 83bb14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/components/pickers/pickers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ components: TextField
2222
## Native pickers
2323

2424
⚠️ Native input controls support by browsers [isn't perfect](https://caniuse.com/#feat=input-datetime).
25-
Have a look at [@material-ui/pickers](#material-ui-pickers) for a richer solution.
25+
Have a look at [@material-ui/pickers](https://material-ui-pickers.dev/) for a richer solution.
2626

2727
### Datepickers
2828

0 commit comments

Comments
 (0)