From 869a9fbf34512bca5e3d6ec4e36c579eb103a1b4 Mon Sep 17 00:00:00 2001 From: Matthieu Dumont Date: Tue, 6 Dec 2016 19:00:10 +0100 Subject: [PATCH] docs(images): absolute URL for README images So that it works both in the README and documentation.md Closes #152 --- README.md | 4 ++-- docs/documentation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 973a8adc..adb5c0b0 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/incl [4]: https://img.shields.io/coveralls/algolia/docsearch/master.svg?style=flat-square [5]: http://img.shields.io/badge/license-MIT-green.svg?style=flat-square [6]: https://img.shields.io/npm/dm/docsearch.js.svg?style=flat-square -[7]: ./docs/img/showcase/example-apiary.gif +[7]: https://community.algolia.com/docsearch/img/showcase/example-apiary.gif [8]: #introduction [9]: #setup [10]: #customization @@ -286,7 +286,7 @@ bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/incl [14]: #documentation-website [15]: #macos [16]: https://community.algolia.com/docsearch/ -[17]: ./docs/img/default-colorscheme.png +[17]: https://community.algolia.com/docsearch/img/default-colorscheme.png [18]: https://github.com/algolia/docsearch/blob/master/src/styles/_variables.scss [19]: https://github.com/algolia/docsearch/blob/master/src/styles/main.scss [20]: https://github.com/algolia/autocomplete.js diff --git a/docs/documentation.md b/docs/documentation.md index c255b75f..922e4858 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -179,7 +179,7 @@ You will find all Algolia API options in its [own documentation][23] [4]: https://img.shields.io/coveralls/algolia/docsearch/master.svg?style=flat-square [5]: http://img.shields.io/badge/license-MIT-green.svg?style=flat-square [6]: https://img.shields.io/npm/dm/docsearch.js.svg?style=flat-square -[7]: ./docs/img/showcase/example-apiary.gif +[7]: https://community.algolia.com/docsearch/img/showcase/example-apiary.gif [8]: #introduction [9]: #setup [10]: #customization @@ -189,7 +189,7 @@ You will find all Algolia API options in its [own documentation][23] [14]: #documentation-website [15]: #macos [16]: https://community.algolia.com/docsearch/ -[17]: ./docs/img/default-colorscheme.png +[17]: https://community.algolia.com/docsearch/img/default-colorscheme.png [18]: https://github.com/algolia/docsearch/blob/master/src/styles/_variables.scss [19]: https://github.com/algolia/docsearch/blob/master/src/styles/main.scss [20]: https://github.com/algolia/autocomplete.js