Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ here are prose; you might also want to check out the [API documentation][].
[authentication]: authentication.md
[authentication-custom]: authentication-custom.md
[hooks]: hooks.md
[proxy]: proxy.md
[proxy]: proxy.md
2 changes: 1 addition & 1 deletion docs/authentication-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ system documentation][hooks].

Previous: [Authenticating your request](authentication.md)

Next: [Requests through proxy](proxy.md)
Next: [Requests through proxy](proxy.md)
2 changes: 1 addition & 1 deletion docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Requests::post('http://httpbin.org/basic-auth/user/password', array(), null, $op

Previous: [Advanced usage](usage-advanced.md)

Next: [Custom authentification](authentication-custom.md)
Next: [Custom authentification](authentication-custom.md)
2 changes: 1 addition & 1 deletion docs/goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Goals

***

Next: [Why Requests Instead of X?](why-requests.md)
Next: [Why Requests Instead of X?](why-requests.md)
2 changes: 1 addition & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ $request = Requests::get('http://httpbin.org/get', array(), array('hooks' => $ho

***

Previous: [Requests through proxy](proxy.md)
Previous: [Requests through proxy](proxy.md)
2 changes: 1 addition & 1 deletion docs/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Requests::get('http://httpbin.org/ip', array(), $options);

Previous: [Custom authentification](authentication-custom.md)

Next: [Hooking system](hooks.md)
Next: [Hooking system](hooks.md)
2 changes: 1 addition & 1 deletion docs/usage-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ bugs in PHP for more information on Subject Alternate Name field.

Previous: [Making a request](usage.md)

Next: [Authenticating your request](authentication.md)
Next: [Authenticating your request](authentication.md)
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ If a header isn't set, this will give `null`. You can also check with

Previous: [Why should I use Requests instead of X?](why-requests.md)

Next: [Advanced usage](usage-advanced.md)
Next: [Advanced usage](usage-advanced.md)
2 changes: 1 addition & 1 deletion docs/why-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ instead of something else, in our opinion.

Previous: [Goals](goals.md)

Next: [Making a request](usage.md)
Next: [Making a request](usage.md)