Skip to content

Commit

Permalink
Docs: more broken links (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi authored Jul 13, 2023
1 parent a777326 commit 82bc59c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Capo helps you identify which elements are out of order.

OR:

1. Copy [capo.js](https://raw.githubusercontent.com/rviscomi/capo.js/main/capo.js)
1. Copy [capo.js](https://raw.githubusercontent.com/rviscomi/capo.js/main/snippet/capo.js)
2. Run it in a new [DevTools snippet](https://developer.chrome.com/docs/devtools/javascript/snippets/), or use a [bookmarklet](https://caiorss.github.io/bookmarklet-maker/) generator
3. Explore the console logs

Expand Down
3 changes: 2 additions & 1 deletion docs/src/content/docs/user/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Learn how to use config options to customize the capo.js behavior
import { Image } from 'astro:assets';
import { Tabs, TabItem } from '@astrojs/starlight/components';
import CapoPalette from '../../../components/CapoPalette.astro';
import Capo256 from '../../../assets/capo256.png';
import CrxOptionsLight from '../../../assets/crx-options-light.png';
import CrxOptionsDark from '../../../assets/crx-options-dark.png';

Expand Down Expand Up @@ -119,7 +120,7 @@ The extension doesn't support custom logging prefixes. Also, only [built-in colo

Open the **Options** page to configure the [extension](/capo.js/user/extension/):

1. Right click on the extension icon <img src="../../../assets/capo256.png" style="display: inline; width: 20px; vertical-align: text-bottom; margin: 0;"/>
1. Right click on the extension icon <img src={Capo256.src} style="display: inline; width: 20px; vertical-align: text-bottom; margin: 0;"/>

![The context menu shown after right clicking the extension icon](../../../assets/crx-menu.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/user/snippet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hero:
title: Using the <code>capo.js</code> snippet
actions:
- text: Get the latest source
link: https://raw.githubusercontent.com/rviscomi/capo.js/main/capo.js
link: https://raw.githubusercontent.com/rviscomi/capo.js/main/snippet/capo.js
icon: github
variant: primary
---
Expand Down Expand Up @@ -59,4 +59,4 @@ To run the bookmarklet, just click it like a normal bookmark.

## Configuration

You can customize how capo.js behaves by setting a global config object. See the [Configuration](/capo.js/user/config/) guide for more.
You can customize how capo.js behaves by setting a global config object. See the [Configuration](/capo.js/user/config/#configuring-the-snippet) guide for more.

0 comments on commit 82bc59c

Please sign in to comment.