Skip to content

Commit

Permalink
“Components”: Fix inline validation link on Messages page (wikimedia#391
Browse files Browse the repository at this point in the history
)

* fix: Broken link to inline validation on Messages
* docs: Add grunt test cmd
  • Loading branch information
lokesh authored Jul 14, 2020
1 parent e3fda83 commit b6788aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $ npm run start
Make sure the tests pass and the CSS for production is built:

```console
$ npm run test
$ npm run build
```

Expand Down
2 changes: 1 addition & 1 deletion components/messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h6 class="site__title"><a href="./"><span class="site__org">Wikimedia </span><s
<main id="content" class="content">
<div class="page__parent-title">Components</div>
<h1 class="page__title">Messages</h1>
<p class="page__lead">Messages to the user as system feedback can be delivered as block message with a longer explanation. The block messages, predominantly used in top or banner positions in the view are defined on this page. Or as inline message directly to a user input widget. Please go to <a href="inputs-with-validation.html">inputs with validation for inline validation messages</a>.</p>
<p class="page__lead">Messages to the user as system feedback can be delivered as block message with a longer explanation. The block messages, predominantly used in top or banner positions in the view are defined on this page. Or as inline message directly to a user input widget. For inline validation messages, see <a href="text-inputs-and-textarea.html#designing">designing text inputs</a>.</p>
<figure class="components__intro">
<img src="../img/components/messages_notice.svg" alt="Block message of neutral type visual example">
</figure>
Expand Down

0 comments on commit b6788aa

Please sign in to comment.