You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Provides abstractions for working with URLs.
6
6
7
7
## Usage
8
8
9
-
Please see the [project documentation](https://github.com/socketry/protocol-url) for more details.
9
+
Please see the [project documentation](https://socketry.github.io/protocol-url/) for more details.
10
10
11
-
-[Getting Started](https://github.com/socketry/protocol-urlguides/getting-started/index) - This guide explains how to get started with `protocol-url` for parsing, manipulating, and constructing URLs in Ruby.
11
+
-[Getting Started](https://socketry.github.io/protocol-url/guides/getting-started/index) - This guide explains how to get started with `protocol-url` for parsing, manipulating, and constructing URLs in Ruby.
12
12
13
-
-[Working with References](https://github.com/socketry/protocol-urlguides/working-with-references/index) - This guide explains how to use <codeclass="language-ruby">Protocol::URL::Reference</code> for managing URLs with query parameters and fragments.
13
+
-[Working with References](https://socketry.github.io/protocol-url/guides/working-with-references/index) - This guide explains how to use <codeclass="language-ruby">Protocol::URL::Reference</code> for managing URLs with query parameters and fragments.
14
14
15
15
## Contributing
16
16
@@ -32,7 +32,7 @@ This project is best served by a collaborative and respectful environment. Treat
32
32
33
33
## Releases
34
34
35
-
Please see the [project releases](https://github.com/socketry/protocol-urlreleases/index) for all releases.
35
+
Please see the [project releases](https://socketry.github.io/protocol-url/releases/index) for all releases.
0 commit comments