diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2017-05-03 11:46:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-03 11:46:01 +0200 |
| commit | 807da629a6e00a06a3d2506c3f99da1757252c43 (patch) | |
| tree | 1a66e71fdd1b2b6684579ec0e0f4d5c6cd5e115e | |
| parent | 8c33128369816be09968712b50681e743464b93c (diff) | |
| parent | 4927b647663bbf72500400dfd0173d53761152c9 (diff) | |
Merge pull request #914 from alexwlchan/fix-readme
Escape quotes to ensure README renders on GitHub correctly
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,8 +71,8 @@ On windows, MSVC directly supports export/hiding function and as such the only API available is the one supported by OpenJPEG. [comment-license]: https://img.shields.io/github/license/uclouvain/openjpeg.svg "https://img.shields.io/badge/license-BSD--2--Clause-blue.svg" -[badge-license]: https://img.shields.io/badge/license-BSD--2--Clause-blue.svg "BSD 2-clause "Simplified" License" -[link-license]: https://github.com/uclouvain/openjpeg/blob/master/LICENSE "BSD 2-clause "Simplified" License" +[badge-license]: https://img.shields.io/badge/license-BSD--2--Clause-blue.svg "BSD 2-clause \"Simplified\" License" +[link-license]: https://github.com/uclouvain/openjpeg/blob/master/LICENSE "BSD 2-clause \"Simplified\" License" [badge-build]: https://travis-ci.org/uclouvain/openjpeg.svg?branch=master "Build Status" [link-build]: https://travis-ci.org/uclouvain/openjpeg "Build Status" [badge-msvc-build]: https://ci.appveyor.com/api/projects/status/github/uclouvain/openjpeg?branch=master&svg=true "Windows Build Status" |
