From 1defc2ffcefe2173d2cf27a7b3ec67156644c3eb Mon Sep 17 00:00:00 2001
From: vitalets <noginsk@rambler.ru>
Date: Tue, 1 Oct 2013 22:43:56 +0400
Subject: [PATCH] new links to bootstrap

---
 src/inputs/typeahead.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/inputs/typeahead.js b/src/inputs/typeahead.js
index ec9ce57..2794955 100644
--- a/src/inputs/typeahead.js
+++ b/src/inputs/typeahead.js
@@ -1,5 +1,5 @@
 /**
-Typeahead input (bootstrap only). Based on Twitter Bootstrap [typeahead](http://twitter.github.com/bootstrap/javascript.html#typeahead).  
+Typeahead input (bootstrap 2 only). Based on Twitter Bootstrap 2 [typeahead](http://getbootstrap.com/2.3.2/javascript.html#typeahead).  
 Depending on `source` format typeahead operates in two modes:
 
 * **strings**:  
@@ -246,7 +246,7 @@ $(function(){
         **/         
         tpl:'<input type="text">',
         /**
-        Configuration of typeahead. [Full list of options](http://twitter.github.com/bootstrap/javascript.html#typeahead).
+        Configuration of typeahead. [Full list of options](http://getbootstrap.com/2.3.2/javascript.html#typeahead).
         
         @property typeahead 
         @type object