Skip to content

Commit dd7cebe

Browse files
committed
Fix getting started links.
1 parent 691bfa3 commit dd7cebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/getting-started/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ $ bundle add protocol-http
2424

2525
This gem does not provide any specific client or server implementation, rather it's used by several other gems.
2626

27-
- [Protocol::HTTP1] & [Protocol::HTTP2] which provide client and server implementations.
28-
- [Async::HTTP] which provides connection pooling and concurrency.
27+
- [Protocol::HTTP1](https://github.com/socketry/protocol-http1) & [Protocol::HTTP2](https://github.com/socketry/protocol-http2) which provide client and server implementations.
28+
- [Async::HTTP](https://github.com/socketry/async-http) which provides connection pooling and concurrency.
2929

3030
## Usage
3131

@@ -44,7 +44,7 @@ headers['content-type']
4444
# => "image/jpeg"
4545
```
4646

47-
### Reference
47+
### Hypertext References
4848

4949
{ruby Protocol::HTTP::Reference} is used to construct "hypertext references" which consist of a path and URL-encoded key/value pairs.
5050

@@ -57,7 +57,7 @@ reference.to_s
5757
# => "/search?q=kittens"
5858
```
5959

60-
### URL
60+
### URL Parsing
6161

6262
{ruby Protocol::HTTP::URL} is used to parse incoming URLs to extract the query and other relevant details.
6363

0 commit comments

Comments
 (0)