Skip to content

Commit 5f923c0

Browse files
authored
Merge pull request #7230 from marmelab/fix-url
[Docs] Fix url link
2 parents e1eabbe + 781d6b3 commit 5f923c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Inputs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ import { PasswordInput } from 'react-admin';
395395

396396
![Password Input (visible)](./img/password-input-visible.png)
397397

398-
**Tip**: It is possible to set the [`autocomplete` attribute](https://developer.mozilla.org/fr/docs/Web/HTML/Attributs/autocomplete) by injecting an input props:
398+
**Tip**: It is possible to set the [`autocomplete` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) by injecting an input props:
399399

400400
{% raw %}
401401
```jsx

0 commit comments

Comments
 (0)