Browse Source

Fix examples

Victor Felder 10 years ago
parent
commit
1eb711f372
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -60,8 +60,8 @@ Example:
 - Don't put spaces between `]` and `(`
 
 ```
-BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)(PDF)
-GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
+BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)
+GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
 ```
 
 - Put a single space between the link and its format