We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e536f56 commit 1eb711fCopy full SHA for 1eb711f
CONTRIBUTING.md
@@ -60,8 +60,8 @@ Example:
60
- Don't put spaces between `]` and `(`
61
62
```
63
-BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)(PDF)
64
-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)
65
66
67
- Put a single space between the link and its format
0 commit comments