Skip to content

Commit fb48fca

Browse files
committed
link to md files
1 parent 9b53365 commit fb48fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/GenerateLlmsTxt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function writeNav()
8484

8585
if (!str_starts_with($url, 'http')) {
8686
$this->pages[] = $url;
87-
$url = url($url);
87+
$url = url($url) . '.md';
8888
$md[] = sprintf('- [%s](%s)', trim($node->textContent), $url);
8989
}
9090
}

0 commit comments

Comments
 (0)