1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-08 09:10:48 +00:00

Fix examples

This commit is contained in:
Victor Felder 2015-11-02 16:46:14 +01:00
parent e536f56836
commit 1eb711f372

View File

@ -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