From 8a3ac274253cf6e693f614098b0eaf162cf6b5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikul=C3=A1=C5=A1=20D=C3=ADt=C4=9B?= Date: Fri, 4 Apr 2014 17:43:22 +0200 Subject: [PATCH] fix browserify link --- docs/about.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about.asciidoc b/docs/about.asciidoc index 40afe4b66..a3369bf04 100644 --- a/docs/about.asciidoc +++ b/docs/about.asciidoc @@ -6,7 +6,7 @@ * Persistent, Keep-Alive connections * Intelligent handling of node/connection failure * Load balancing (with plug-able selection strategy) across all available nodes. - * Works great in node, as well as modern browsers (many thanks to https://github com/substack/node-browserify[browserify]!!). + * Works great in node, as well as modern browsers (many thanks to https://github.com/substack/node-browserify[browserify]!). * Generalized, plug-able, and highly configurable architecture. You can change anything! See <> === Install in Node @@ -59,4 +59,4 @@ module.service('es', function (esFactory) { var client = new $.es.Client({ hosts: 'localhost:9200' }); -------------------- \ No newline at end of file +-------------------