Skip to content

Commit 975a28b

Browse files
committed
Fix documentation links
1 parent 89d33b0 commit 975a28b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
- icon: puzzle-piece
77
title: Plugins
8-
url: https://github.com/php-http/plugins
8+
url: http://docs.php-http.org/en/latest/plugins/index.html
99
external: true
1010

1111
- icon: book
1212
title: Documentation
13-
url: http://docs.httplug.io
13+
url: http://docs.php-http.org/en/latest/httplug/introduction.html
1414
external: true
1515

1616
- icon: github

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Decouple your package from implementation</h2>
2121
without binding to a specific implementation.<br><br>
2222

2323
Read more about the why and how of the HTTP client abstraction
24-
<a href="http://docs.httplug.io" target="_blank">in our documentation</a>.
24+
<a href="http://docs.php-http.org/en/latest/httplug/introduction.html" target="_blank">in our documentation</a>.
2525
</p>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)