Skip to content

Commit d4ceeaf

Browse files
authored
Fix broken links (#116)
1 parent e8ba3cc commit d4ceeaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Capo helps you identify which elements are out of order.
3030

3131
## How to use it
3232

33-
1. Install the [Capo Chrome extension](https://chrome.google.com/webstore/detail/capo-get-your-%3Chead%3E-in-o/ohabpnaccigjhkkebjofhpmebofgpbeb)
33+
1. Install the [Capo Chrome extension](https://chromewebstore.google.com/detail/capo-get-your-%3Chead%3E-in-o/ohabpnaccigjhkkebjofhpmebofgpbeb)
3434

3535
OR:
3636

37-
1. Install the [Chrome extension](https://chrome.google.com/webstore/detail/capo/ohkeehjepccojmgephomofandmjaafid)
37+
1. Install the [Chrome extension](https://chromewebstore.google.com/detail/capo-get-your-%3Chead%3E-in-o/ohabpnaccigjhkkebjofhpmebofgpbeb)
3838
3. Explore the console logs
3939

4040
![Capo running in Chrome](../../assets/capo-chrome.png)

docs/src/content/docs/user/rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Its only legitimate use is to disable prefetching, so when it's present, capo.js
4949

5050
#### `accept-ch`
5151

52-
[`accept-ch`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-CHs) is a non-standard keyword that tells the browser which client hints to send back to the server.
52+
[`accept-ch`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-CH) is a non-standard keyword that tells the browser which client hints to send back to the server.
5353

5454
This declaration should be set before any subresource requests are made to the origin, so capo.js recommends placing it in the top position.
5555

0 commit comments

Comments
 (0)