Skip to content

Commit

Permalink
Modify GitHub pages domain
Browse files Browse the repository at this point in the history
Now this page is served as `rack.github.io`.
* https://github.com/blog/1452-new-github-pages-domain-github-io
  • Loading branch information
tricknotes committed Jun 11, 2013
1 parent dd1b0b6 commit e64ea88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions rack.gemspec
Expand Up @@ -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/**/*}'] +
Expand All @@ -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'
Expand Down

0 comments on commit e64ea88

Please sign in to comment.