diff --git a/llms.txt b/llms.txt index 19ff82c8..8a84fa67 100644 --- a/llms.txt +++ b/llms.txt @@ -39,5 +39,5 @@ This documentation covers Dynamsoft Barcode Reader SDK v11.x. It defines the Bar ## Pages -{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url }}): {{ article.description }}{% endif %} +{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url | replace: '.html', '.md' }}): {{ article.description }}{% endif %} {% endfor %}