Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: doc/WritingLints.MD

Issue 2318333002: Fix broken markdown in docs (#306). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/project.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/WritingLints.MD
diff --git a/doc/WritingLints.MD b/doc/WritingLints.MD
index 5279403bb0eefce83af15270a3e3514b13bc61a2..e23416fb407922e75d77f6b0825f16e1d493b3d4 100644
--- a/doc/WritingLints.MD
+++ b/doc/WritingLints.MD
@@ -25,7 +25,7 @@ Every lint has a:
```
**Kind.** The first word in the description should identify the *kind* of lint where kinds are derived from the
-[style guide] (https://www.dartlang.org/articles/style-guide/). In summary:
+[style guide](https://www.dartlang.org/articles/style-guide/). In summary:
* ***DO*** guidelines describe practices that should always be followed. There will almost never be a valid reason
to stray from them.
@@ -44,7 +44,7 @@ on rare occasions.
precedents, and your own preference.
**Detailed Description.** In addition to the short description, a lint rule should have more detailed rationale
-with code examples, ideally *good* and *bad*. The [style guide] (https://www.dartlang.org/articles/style-guide/) is
+with code examples, ideally *good* and *bad*. The [style guide](https://www.dartlang.org/articles/style-guide/) is
a great source for inspiration. Many style recommendations have been directly translated to lints as enumerated
[here](http://dart-lang.github.io/linter/lints/).
« no previous file with comments | « no previous file | lib/src/project.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698