README.md in oas_rails-0.2.3 vs README.md in oas_rails-0.3.0

- old
+ new

@@ -4,10 +4,10 @@ # Open API Specification For Rails OasRails is a Rails engine for generating **automatic interactive documentation for your Rails APIs**. It generates an **OAS 3.1** document and displays it using **[RapiDoc](https://rapidocweb.com)**. -![Screenshot](https://raw.githubusercontent.com/a-chacon/oas_rails/0cfc9abb5be85e6bb3fc4669e29372be8f80a276/oas_rails_ui.png) +![Screenshot](https://a-chacon.com/assets/images/oas_rails_ui.png) ## Related Projects - **[ApiPie](https://github.com/Apipie/apipie-rails)**: Doesn't support OAS 3.1, requires learning a DSL, lacks a nice UI - **[swagger_yard-rails](https://github.com/livingsocial/swagger_yard-rails)**: Seems abandoned, but serves as inspiration