README.md in avro-builder-2.0.0 vs README.md in avro-builder-2.1.0

- old
+ new

@@ -6,11 +6,11 @@ [circleci]: https://circleci.com/gh/salsify/avro-builder `Avro::Builder` provides a Ruby DSL to create [Apache Avro](https://avro.apache.org/docs/current/) Schemas. This DSL was created because: -* The [Avro IDL](https://avro.apache.org/docs/current/idl.html) is not supported in Ruby. +* The [Avro IDL](https://avro.apache.org/docs/current/idl-language/) is not supported in Ruby. * The Avro IDL can only be used to define Protocols. * Schemas can be extracted as JSON from an IDL Protocol but support for imports is still limited. Additional background on why we developed `avro-builder` is provided @@ -28,11 +28,9 @@ ## Limitations * Only Avro Schemas, not Protocols are supported. * See [Issues](https://github.com/salsify/avro-builder/issues) for functionality that has yet to be implemented. -* This is beta quality code. There may be breaking changes until version 1.0 is - released. ## Installation Add this line to your application's Gemfile: