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:
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'
}