Skip to content

Commit a5e21c1

Browse files
committed
Update link checker prefix
1 parent 16b7c79 commit a5e21c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lint-linkcheck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class LinkChecker {
6565

6666
// Use our class to check for link issues
6767
const linkChecker = new LinkChecker({
68-
baseUrl: 'https://docs.astro.build',
68+
baseUrl: 'https://v5.docs.astro.build',
6969
buildOutputDir: './dist',
7070
pageSourceDir: './src/content/docs',
7171
checks: [

0 commit comments

Comments
 (0)