Skip to content

Commit 99b1319

Browse files
committed
Fix documentation links.
1 parent 6fe9f2d commit 99b1319

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

protocol-http.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Gem::Specification.new do |spec|
1515

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

18+
spec.metadata = {
19+
"documentation_uri" => "https://socketry.github.io/protocol-http/",
20+
}
21+
1822
spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
1923

2024
spec.required_ruby_version = ">= 2.7.6"

readme.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ Provides abstractions for working with the HTTP protocol.
1212

1313
## Usage
1414

15-
Please see the [project documentation](https://github.com/socketry/protocol-http) for more details.
15+
Please see the [project documentation](https://socketry.github.io/protocol-http/) for more details.
1616

17-
- [Getting Started](https://github.com/socketry/protocol-httpguides/getting-started/index) - This guide explains how
18-
to use `protocol-http` for building abstract HTTP interfaces.
17+
- [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.
1918

20-
- [Design Overview](https://github.com/socketry/protocol-httpguides/design-overview/index) - The interfaces provided
21-
by <code class="language-ruby">Protocol::HTTP</code> underpin all downstream implementations. Therefore, we provide
22-
some justification for the design choices.
19+
- [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.
2320

2421
## Contributing
2522

0 commit comments

Comments
 (0)