From e0a2c4b3011179c618450577388ec29a6807e517 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Thu, 22 Dec 2011 14:48:23 -0800 Subject: [PATCH] update to new url --- CHANGELOG.md | 4 ++-- README.md | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdf4b7e..33f2e654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Sitemap maintains own state * New Extension Registration API * Remove old 1.x mm- binaries and messaging -* New default layout functionality: https://github.com/tdreyno/middleman/issues/165 +* New default layout functionality: https://github.com/middleman/middleman/issues/165 * Enable chained templates outside of sprockets (file.html.markdown.erb) * Finally support Compass in Sprockets! Thanks to @xdite and @petebrowne * Sitemap object representing the known world @@ -14,7 +14,7 @@ * Activate mobile html5boilerplate template * Update to Redcarpet for Markdown (breaks Haml :markdown filter) * Return correct exit codes (0 for success, 1 for failure) from CLI -* Yard code docs: http://rubydoc.info/github/tdreyno/middleman +* Yard code docs: http://rubydoc.info/github/middleman/middleman * config.rb and extensions can add command-line commands * Nested layouts using `wrap_layout` helper diff --git a/README.md b/README.md index da9c55b5..178e40d4 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ A full set of in-depth instructional guides are available on the official websit The community maintains it's own collection of tips and tricks in the GitHub wiki: - https://github.com/tdreyno/middleman/wiki + https://github.com/middleman/middleman/wiki Finally, up-to-date generated code documentation is available on RubyDoc: -http://rubydoc.info/github/tdreyno/middleman +http://rubydoc.info/github/middleman/middleman # Community @@ -65,18 +65,18 @@ The official community forum is available on Convore at: GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems: -https://github.com/tdreyno/middleman/issues +https://github.com/middleman/middleman/issues The best way to get quick responses to your issues and swift fixes to your bugs is to submit detailed bug reports, include test cases and respond to developer questions in a timely manner. Even better, if you know Ruby, you can submit Pull Requests containing Cucumber Features which describe how your feature should work or exploit the bug you are submitting. # Build & Dependency Status -[![Build Status](http://travis-ci.org/tdreyno/middleman.png)](http://travis-ci.org/tdreyno/middleman) -[![Dependency Status](https://gemnasium.com/tdreyno/middleman.png?travis)](https://gemnasium.com/tdreyno/middleman) +[![Build Status](http://travis-ci.org/middleman/middleman.png)](http://travis-ci.org/middleman/middleman) +[![Dependency Status](https://gemnasium.com/middleman/middleman.png?travis)](https://gemnasium.com/middleman/middleman) # How to Run Cucumber Tests -1. Checkout Repository: `git clone https://tdreyno@github.com/tdreyno/middleman.git` +1. Checkout Repository: `git clone https://tdreyno@github.com/middleman/middleman.git` 2. Install Bundler: `gem install bundler` 3. Run `bundle` inside the project root to install the gem dependencies. 4. Run test cases: `bundle exec rake test` @@ -90,4 +90,4 @@ The best way to get quick responses to your issues and swift fixes to your bugs Copyright (c) 2010 Thomas Reynolds. MIT Licensed, see [LICENSE] for details. [RubyInstaller]: http://rubyinstaller.org/ -[LICENSE]: https://github.com/tdreyno/middleman/blob/master/LICENSE \ No newline at end of file +[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE \ No newline at end of file