Commit 1e80c2b5cfd868e72533a6bf8aadb7475f7c6eb1
1 parent
e6cc15b5f5
Fix link to @kennethreitz's autoenv.
The standard markdown link syntax was used instead of the reference syntax.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
README.mkd
... | ... | @@ -43,7 +43,7 @@ utilities as small scripts all the time. Antigen is compatible with all of them. |
43 | 43 | The plugins and scripts don't need any special handling to be compatible with |
44 | 44 | antigen. |
45 | 45 | |
46 | -Another example, [kennethreitz's autoenv](autoenv). Just a bundle command away. | |
46 | +Another example, [kennethreitz's autoenv][autoenv]. Just a bundle command away. | |
47 | 47 | |
48 | 48 | antigen-bundle kennethreitz/autoenv |
49 | 49 |