readme.md in protocol-http-0.25.0 vs readme.md in protocol-http-0.26.0
- old
+ new
@@ -6,22 +6,19 @@
## Features
- General abstractions for HTTP requests and responses.
- Symmetrical interfaces for client and server.
- - Light-weight middlewar model for building applications.
+ - Light-weight middleware model for building applications.
## Usage
-Please see the [project documentation](https://github.com/socketry/protocol-http) for more details.
+Please see the [project documentation](https://socketry.github.io/protocol-http/) for more details.
- - [Getting Started](https://github.com/socketry/protocol-httpguides/getting-started/index) - This guide explains how
- to use `protocol-http` for building abstract HTTP interfaces.
+ - [Getting Started](https://socketry.github.io/protocol-http/guides/getting-started/index) - This guide explains how to use `protocol-http` for building abstract HTTP interfaces.
- - [Design Overview](https://github.com/socketry/protocol-httpguides/design-overview/index) - The interfaces provided
- by <code class="language-ruby">Protocol::HTTP</code> underpin all downstream implementations. Therefore, we provide
- some justification for the design choices.
+ - [Design Overview](https://socketry.github.io/protocol-http/guides/design-overview/index) - This guide explains the high level design of `protocol-http` in the context of wider design patterns that can be used to implement HTTP clients and servers.
## Contributing
We welcome contributions to this project.
@@ -35,10 +32,10 @@
This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
### Contributor Covenant
-This project is governed by [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
+This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
## See Also
- [protocol-http1](https://github.com/socketry/protocol-http1) — HTTP/1 client/server implementation using this
interface.