diff --git a/README.md b/README.md
index f1524eb5d8..48613ce6ca 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [twitter bootstrap](http://twitter.github.io/bootstrap/)
+# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [Bootstrap](http://getbootstrap.com)
***
@@ -50,7 +50,7 @@ We are simply not regularly testing against IE8.
### Native, lightweight directives
-We are aiming at providing a set of AngularJS directives based on Twitter Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript.
+We are aiming at providing a set of AngularJS directives based on Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript.
It is often better to rewrite an existing JavaScript code and create a new, pure AngularJS directive. Most of the time the resulting directive is smaller as compared to the orginal JavaScript code size and better integrated into the AngularJS ecosystem.
### Customizability
diff --git a/misc/demo/index.html b/misc/demo/index.html
index 1789f707b0..1db592e6df 100644
--- a/misc/demo/index.html
+++ b/misc/demo/index.html
@@ -4,8 +4,8 @@
-
Angular directives for Twitter's Bootstrap
-
+ Angular directives for Bootstrap
+
@@ -137,7 +137,7 @@
Getting started
Dependencies
This repository contains a set of native AngularJS directives based on
- Twitter Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's
+ Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's
JavaScript is required. The only required dependencies are:
@@ -243,7 +243,7 @@
<%= module.displayName %>
- Whether you want to include the default templates, bundled with most of the directives. These templates are based on Twitter Bootstrap's markup and CSS.
+ Whether you want to include the default templates, bundled with most of the directives. These templates are based on Bootstrap's markup and CSS.
diff --git a/src/collapse/docs/readme.md b/src/collapse/docs/readme.md
index 64aab480d6..7699f3775a 100644
--- a/src/collapse/docs/readme.md
+++ b/src/collapse/docs/readme.md
@@ -1,2 +1,2 @@
-AngularJS version of twitter's collapse plugin.
+AngularJS version of Bootstrap's collapse plugin.
Provides a simple way to hide and show an element with a css transition
diff --git a/src/popover/docs/readme.md b/src/popover/docs/readme.md
index fff994d6a5..cbac5f3d26 100644
--- a/src/popover/docs/readme.md
+++ b/src/popover/docs/readme.md
@@ -1,7 +1,7 @@
A lightweight, extensible directive for fancy popover creation. The popover
directive supports multiple placements, optional transition animation, and more.
-Like the Twitter Bootstrap jQuery plugin, the popover **requires** the tooltip
+Like the Bootstrap jQuery plugin, the popover **requires** the tooltip
module.
The popover directives provides several optional attributes to control how it
diff --git a/src/typeahead/docs/readme.md b/src/typeahead/docs/readme.md
index bff8795747..287d3fb790 100644
--- a/src/typeahead/docs/readme.md
+++ b/src/typeahead/docs/readme.md
@@ -1,5 +1,5 @@
-Typeahead is a AngularJS version of [Twitter Bootstrap typeahead plugin](http://twitter.github.com/bootstrap/javascript.html#typeahead).
-This directive can be used to quickly create elegant typeheads with any form text input.
+Typeahead is a AngularJS version of [Bootstrap v2's typeahead plugin](http://getbootstrap.com/2.3.2/javascript.html#typeahead).
+This directive can be used to quickly create elegant typeaheads with any form text input.
It is very well integrated into AngularJS as it uses a subset of the
[select directive](http://docs.angularjs.org/api/ng.directive:select) syntax, which is very flexible. Supported expressions are:
@@ -47,4 +47,4 @@ The typeahead directives provide several attributes:
* `typeahead-wait-ms`
_(Defaults: 0)_ :
- Minimal wait time after last character typed before typehead kicks-in
+ Minimal wait time after last character typed before typeahead kicks-in