Skip to content

Commit

Permalink
Fix documentation links. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored Sep 26, 2023
1 parent 6fe9f2d commit 0d2ee70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions protocol-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Gem::Specification.new do |spec|

spec.homepage = "https://github.com/socketry/protocol-http"

spec.metadata = {
"documentation_uri" => "https://socketry.github.io/protocol-http/",
}

spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)

spec.required_ruby_version = ">= 2.7.6"
Expand Down
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ Provides abstractions for working with the HTTP protocol.

## 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

Expand Down

0 comments on commit 0d2ee70

Please sign in to comment.