Skip to content

Commit

Permalink
fix: broken links (#224)
Browse files Browse the repository at this point in the history
Remove Set-Proxy Header link from 305.md since the page was removed from Mozilla docs.

Also fix links to Mozilla docs that were missing the domain part.
  • Loading branch information
matasaru authored Oct 25, 2024
1 parent 65c78f2 commit 68b5d47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/100.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ and receive a `100 Continue` status code in response before sending the body.
### See Also

- [Spec](https://www.rfc-editor.org/rfc/rfc9110#status.100)
- [Expect](/en-US/docs/Web/HTTP/Headers/Expect), the header that triggers the `100 Continue` expectation
- [Expect](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect), the header that triggers the `100 Continue` expectation

**Source:** [https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100)
4 changes: 2 additions & 2 deletions content/101.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The process is described in the following article:
### See Also

- [Spec](https://httpwg.org/specs/rfc9110.html#status.101)
- [Upgrade](/en-US/docs/Web/HTTP/Headers/Upgrade), the header that triggers the protocol switch
- [WebSockets](/en-US/docs/Web/API/WebSockets_API), a protocol which can be used with this status code
- [Upgrade](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade), the header that triggers the protocol switch
- [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API), a protocol which can be used with this status code
- [426 Upgrade Required](https://http.cat/status/426), a status code that can be used to notify the client to switch to a different protocol

**Source:** [https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101)
2 changes: 1 addition & 1 deletion content/300.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If the server has a preferred choice, it should generate a `Location` header.
### See Also

- [Spec](https://httpwg.org/specs/rfc9110.html#status.300)
- [Location](/en-US/docs/Web/HTTP/Headers/Location), the header indicating where to find the preferred response
- [Location](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location), the header indicating where to find the preferred response
- [301 Moved Permanently](https://http.cat/status/301)
- [302 Found](https://http.cat/status/302)
- [308 Permanent Redirect](https://http.cat/status/308)
Expand Down
1 change: 0 additions & 1 deletion content/305.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ The `305 Use Proxy` status code is used to inform the client that the requested
### See Also

- [Original Draft Spec](https://datatracker.ietf.org/doc/html/draft-cohen-http-305-306-responses-00.txt)
- [Set-Proxy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Proxy), the header that triggers the `305 Use Proxy` response
- [Location](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
2 changes: 1 addition & 1 deletion content/525.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ The `525` error indicates that the SSL handshake between Cloudflare and the orig
### See Also

- [Cloudflare docs](https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-525-ssl-handshake-failed)
- [SSL Handshake](https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake/https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake/)
- [SSL Handshake](https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake/)
- [Full Strict SSL](https://developers.cloudflare.com/ssl/origin-configuration/ssl-modes)
- [Dynamic DNS updates](https://developers.cloudflare.com/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses)

0 comments on commit 68b5d47

Please sign in to comment.