Skip to content

Commit 419dcd6

Browse files
committed
fix: doc api url path
1 parent 646b826 commit 419dcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/llms-txt/utils/getIntroLinks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LATEST_DOC_API_BASE_URL } from '../constants.mjs';
1+
import { LATEST_DOC_API_BASE_URL } from '../../../constants.mjs';
22

33
/**
44
* Generates a list of introduction links for the llms.txt file

0 commit comments

Comments
 (0)