Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Lamb committed Feb 12, 2024
1 parent 7419a33 commit bf35c73
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 48 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"precommit": "pnpm run check-format && pnpm run lint"
},
"dependencies": {
"@astrojs/check": "^0.5.2",
"@astrojs/check": "^0.5.3",
"@astrojs/starlight": "^0.18.0",
"astro": "^4.3.5",
"astro": "^4.3.6",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
},
Expand Down
85 changes: 41 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/content/docs/recipes/relative-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ lychee --base file:///home/user/website/ ...
```

For more information about the `--base` option, see `lychee --help`
or the [options page](../usage/cli).
or the [options page](/usage/cli).
2 changes: 1 addition & 1 deletion src/content/docs/usage/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Below is the full list of options with a short description.

## Options

```
```bash
A fast, async link checker

Finds broken URLs and mail addresses inside Markdown, HTML, `reStructuredText`, websites and more!
Expand Down

0 comments on commit bf35c73

Please sign in to comment.