Skip to content

Commit 78a5488

Browse files
committed
fix: Absolute URL md links
1 parent 580b338 commit 78a5488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/utils/externalLink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { parse } = require('node:url');
22

33
const visit = import('unist-util-visit').then((m) => m.visit);
44

5-
const internalUrls = ['sdk.apify.com'];
5+
const internalUrls = ['docs.apify.com'];
66

77
/**
88
* @param {import('url').UrlWithStringQuery} href

0 commit comments

Comments
 (0)