summary refs log tree commit
diff options
context:
space:
mode:
authorRyunosuke SATO <tricknotes.rs@gmail.com>2013-06-11 20:33:48 +0900
committerRyunosuke SATO <tricknotes.rs@gmail.com>2013-06-11 20:33:48 +0900
commite64ea889e2c28b634955ccbb91fa99a41facd21c (patch)
tree491498a92e622a7daa35381e05c99d5df559a02d
parentdd1b0b673858824999f138c317e539e5c63cd985 (diff)
downloadrack-e64ea889e2c28b634955ccbb91fa99a41facd21c.tar.gz
Modify GitHub pages domain
Now this page is served as `rack.github.io`.
* https://github.com/blog/1452-new-github-pages-domain-github-io
-rw-r--r--README.rdoc2
-rw-r--r--rack.gemspec4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rdoc b/README.rdoc
index 05e60ace..7a3c8d58 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -619,7 +619,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 == Links
 
-Rack:: <http://rack.github.com/>
+Rack:: <http://rack.github.io/>
 Official Rack repositories:: <http://github.com/rack>
 Rack Bug Tracking:: <http://github.com/rack/rack/issues>
 rack-devel mailing list:: <http://groups.google.com/group/rack-devel>
diff --git a/rack.gemspec b/rack.gemspec
index af6a76a1..6ab4dd57 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -12,7 +12,7 @@ the simplest way possible, it unifies and distills the API for web
 servers, web frameworks, and software in between (the so-called
 middleware) into a single method call.
 
-Also see http://rack.github.com/.
+Also see http://rack.github.io/.
 EOF
 
   s.files           = Dir['{bin/*,contrib/*,example/*,lib/**/*,test/**/*}'] +
@@ -25,7 +25,7 @@ EOF
 
   s.author          = 'Christian Neukirchen'
   s.email           = 'chneukirchen@gmail.com'
-  s.homepage        = 'http://rack.github.com/'
+  s.homepage        = 'http://rack.github.io/'
   s.rubyforge_project = 'rack'
 
   s.add_development_dependency 'bacon'