Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-07-27 10:25:30 +0400
committerfat <jacobthornton@gmail.com>2013-07-27 10:25:30 +0400
commit4aea71c1e0cebb7713caece5b0da01cb599ce3ce (patch)
treeab905079772aefe0df7a1a024134a467434a2f1f /lib/img.js
parent6cebb0640c671357a5a42edf9b9cede3dd1ea341 (diff)
update to point to twbs
Diffstat (limited to 'lib/img.js')
-rw-r--r--lib/img.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/img.js b/lib/img.js
index e17d63e..070ff4b 100644
--- a/lib/img.js
+++ b/lib/img.js
@@ -1,8 +1,8 @@
// ========================================================================
// bootstrap-server v1.0.0
-// http://twitter.github.com/bootstrap
+// http://twbs.github.com/bootstrap
// ========================================================================
-// Copyright 2012 Twitter, Inc.
+// Copyright 2013 Twitter, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ function cache(callback) {
, options = {
host: 'raw.github.com'
, port: 443
- , path: path.join('/twitter/bootstrap', TAG, 'img', filename)
+ , path: path.join('/twbs/bootstrap', TAG, 'img', filename)
, method: 'GET'
}