From 69e03d115ea63506991a910e9b81bb1d32248a2d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 13 May 2017 11:12:43 +0200 Subject: [PATCH 1/2] Fix formatting of the links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4867462..c056c2a 100644 --- a/README.md +++ b/README.md @@ -128,13 +128,13 @@ After cloning this GitHub repository, you should download and extract Tesseract Please follow these detailed compilation guides for your respective operating system: -* [Windows] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Windows)) -* [Ubuntu Linux] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Ubuntu-Linux)) -* [OS X] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(OS-X)) -* [Android Library] (https://github.com/SandroMachado/openalpr-android) -* [Android Application Sample] (https://github.com/sujaybhowmick/OpenAlprDroidApp) -* [iOS] (https://github.com/twelve17/openalpr-ios) -* [iOS React Native] (https://github.com/cardash/react-native-openalpr) +* [Windows](https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Windows)) +* [Ubuntu Linux](https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Ubuntu-Linux)) +* [OS X](https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(OS-X)) +* [Android Library](https://github.com/SandroMachado/openalpr-android) +* [Android Application Sample](https://github.com/sujaybhowmick/OpenAlprDroidApp) +* [iOS](https://github.com/twelve17/openalpr-ios) +* [iOS React Native](https://github.com/cardash/react-native-openalpr) If all went well, there should be an executable named *alpr* along with *libopenalpr-static.a* and *libopenalpr.so* that can be linked into your project. From 4a0ba1843307cbdd8e2ae0f717082796f0f00226 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 13 May 2017 12:14:14 +0200 Subject: [PATCH 2/2] Two more --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c056c2a..a4faed6 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Where: Binaries ---------- -Pre-compiled Windows binaries can be downloaded on the [releases page] (https://github.com/openalpr/openalpr/releases) +Pre-compiled Windows binaries can be downloaded on the [releases page](https://github.com/openalpr/openalpr/releases) Install OpenALPR on Ubuntu 16.04 with the following commands: @@ -105,7 +105,7 @@ Install OpenALPR on Ubuntu 16.04 with the following commands: Documentation --------------- -Detailed documentation is available at [doc.openalpr.com] (http://doc.openalpr.com/) +Detailed documentation is available at [doc.openalpr.com](http://doc.openalpr.com/) Integrating the Library -----------------------