README.md in yao-0.0.3 vs README.md in yao-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
# Yao
-YAO is a Yet Another OpenStack API Wrapper that rocks!! [![Build Status](https://travis-ci.org/udzura/yao.svg)](https://travis-ci.org/udzura/yao)
+YAO is a Yet Another OpenStack API Wrapper that rocks!! [![Build Status](https://travis-ci.org/yaocloud/yao.svg)](https://travis-ci.org/yaocloud/yao)
## Installation
Add this line to your application's Gemfile:
@@ -52,10 +52,10 @@
OpenStack::Server.list_detail # And let's go on
```
## Contributing
-1. Fork it ( https://github.com/udzura/yao/fork )
+1. Fork it ( https://github.com/yaocloud/yao/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request