summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2013-06-11 07:40:16 -0700
committerChristian Neukirchen <chneukirchen@gmail.com>2013-06-11 07:40:16 -0700
commit7c0b9a2dcaae30054957f5c407d0b3ebbd6ded34 (patch)
tree491498a92e622a7daa35381e05c99d5df559a02d
parentdd1b0b673858824999f138c317e539e5c63cd985 (diff)
parente64ea889e2c28b634955ccbb91fa99a41facd21c (diff)
downloadrack-7c0b9a2dcaae30054957f5c407d0b3ebbd6ded34.tar.gz
Merge pull request #572 from tricknotes/modify-github-pages-domain
Modify GitHub pages domain
-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'