Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 9ad19ea

Browse files
committed
Update links in llms.txt to remove trailing unnecessary ".html" extensions
1 parent 64d1175 commit 9ad19ea

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

docs/llms.txt

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,49 +29,49 @@ Doma follows a code-first approach where:
2929

3030
## Docs
3131

32-
- [Getting Started Guide](https://doma.readthedocs.io/en/stable/getting-started.html)
33-
- [Configuration](https://doma.readthedocs.io/en/stable/config.html)
34-
- [Basic Usage](https://doma.readthedocs.io/en/stable/basic.html)
35-
- [Domain Types](https://doma.readthedocs.io/en/stable/domain.html)
36-
- [Embeddable Objects](https://doma.readthedocs.io/en/stable/embeddable.html)
37-
- [Entity Mapping](https://doma.readthedocs.io/en/stable/entity.html)
38-
- [Data Access Objects (DAO)](https://doma.readthedocs.io/en/stable/dao.html)
39-
- [Aggregate Strategy](https://doma.readthedocs.io/en/stable/aggregate-strategy.html)
32+
- [Getting Started Guide](https://doma.readthedocs.io/en/stable/getting-started)
33+
- [Configuration](https://doma.readthedocs.io/en/stable/config)
34+
- [Basic Usage](https://doma.readthedocs.io/en/stable/basic)
35+
- [Domain Types](https://doma.readthedocs.io/en/stable/domain)
36+
- [Embeddable Objects](https://doma.readthedocs.io/en/stable/embeddable)
37+
- [Entity Mapping](https://doma.readthedocs.io/en/stable/entity)
38+
- [Data Access Objects (DAO)](https://doma.readthedocs.io/en/stable/dao)
39+
- [Aggregate Strategy](https://doma.readthedocs.io/en/stable/aggregate-strategy)
4040
- [Query Operations](https://doma.readthedocs.io/en/stable/query/)
41-
- [Select Queries](https://doma.readthedocs.io/en/stable/query/select.html)
42-
- [Insert Operations](https://doma.readthedocs.io/en/stable/query/insert.html)
43-
- [Update Operations](https://doma.readthedocs.io/en/stable/query/update.html)
44-
- [Delete Operations](https://doma.readthedocs.io/en/stable/query/delete.html)
45-
- [Batch Insert](https://doma.readthedocs.io/en/stable/query/batch-insert.html)
46-
- [Batch Update](https://doma.readthedocs.io/en/stable/query/batch-update.html)
47-
- [Batch Delete](https://doma.readthedocs.io/en/stable/query/batch-delete.html)
48-
- [Multi-row Insert](https://doma.readthedocs.io/en/stable/query/multi-row-insert.html)
49-
- [Stored Procedures](https://doma.readthedocs.io/en/stable/query/procedure.html)
50-
- [Functions](https://doma.readthedocs.io/en/stable/query/function.html)
51-
- [Script Execution](https://doma.readthedocs.io/en/stable/query/script.html)
52-
- [Query Factory](https://doma.readthedocs.io/en/stable/query/factory.html)
53-
- [SQL Processor](https://doma.readthedocs.io/en/stable/query/sql-processor.html)
41+
- [Select Queries](https://doma.readthedocs.io/en/stable/query/select)
42+
- [Insert Operations](https://doma.readthedocs.io/en/stable/query/insert)
43+
- [Update Operations](https://doma.readthedocs.io/en/stable/query/update)
44+
- [Delete Operations](https://doma.readthedocs.io/en/stable/query/delete)
45+
- [Batch Insert](https://doma.readthedocs.io/en/stable/query/batch-insert)
46+
- [Batch Update](https://doma.readthedocs.io/en/stable/query/batch-update)
47+
- [Batch Delete](https://doma.readthedocs.io/en/stable/query/batch-delete)
48+
- [Multi-row Insert](https://doma.readthedocs.io/en/stable/query/multi-row-insert)
49+
- [Stored Procedures](https://doma.readthedocs.io/en/stable/query/procedure)
50+
- [Functions](https://doma.readthedocs.io/en/stable/query/function)
51+
- [Script Execution](https://doma.readthedocs.io/en/stable/query/script)
52+
- [Query Factory](https://doma.readthedocs.io/en/stable/query/factory)
53+
- [SQL Processor](https://doma.readthedocs.io/en/stable/query/sql-processor)
5454
- [Query Builder](https://doma.readthedocs.io/en/stable/query-builder/)
55-
- [Type-safe Criteria API](https://doma.readthedocs.io/en/stable/query-dsl.html)
56-
- [SQL Templates (Two-way SQL)](https://doma.readthedocs.io/en/stable/sql.html)
57-
- [Expression Language](https://doma.readthedocs.io/en/stable/expression.html)
58-
- [Transaction Management](https://doma.readthedocs.io/en/stable/transaction.html)
59-
- [Build Configuration](https://doma.readthedocs.io/en/stable/build.html)
60-
- [Annotation Processing](https://doma.readthedocs.io/en/stable/annotation-processing.html)
61-
- [Lombok Support](https://doma.readthedocs.io/en/stable/lombok-support.html)
62-
- [Kotlin Support](https://doma.readthedocs.io/en/stable/kotlin-support.html)
63-
- [SLF4J Integration](https://doma.readthedocs.io/en/stable/slf4j-support.html)
64-
- [Java Module System Support](https://doma.readthedocs.io/en/stable/jpms-support.html)
65-
- [Spring Boot Integration](https://doma.readthedocs.io/en/stable/spring-boot-support.html)
66-
- [Quarkus Support](https://doma.readthedocs.io/en/stable/quarkus-support.html)
67-
- [Code Generation](https://doma.readthedocs.io/en/stable/codegen.html)
68-
- [Frequently Asked Questions](https://doma.readthedocs.io/en/stable/faq.html)
55+
- [Type-safe Criteria API](https://doma.readthedocs.io/en/stable/query-dsl)
56+
- [SQL Templates (Two-way SQL)](https://doma.readthedocs.io/en/stable/sql)
57+
- [Expression Language](https://doma.readthedocs.io/en/stable/expression)
58+
- [Transaction Management](https://doma.readthedocs.io/en/stable/transaction)
59+
- [Build Configuration](https://doma.readthedocs.io/en/stable/build)
60+
- [Annotation Processing](https://doma.readthedocs.io/en/stable/annotation-processing)
61+
- [Lombok Support](https://doma.readthedocs.io/en/stable/lombok-support)
62+
- [Kotlin Support](https://doma.readthedocs.io/en/stable/kotlin-support)
63+
- [SLF4J Integration](https://doma.readthedocs.io/en/stable/slf4j-support)
64+
- [Java Module System Support](https://doma.readthedocs.io/en/stable/jpms-support)
65+
- [Spring Boot Integration](https://doma.readthedocs.io/en/stable/spring-boot-support)
66+
- [Quarkus Support](https://doma.readthedocs.io/en/stable/quarkus-support)
67+
- [Code Generation](https://doma.readthedocs.io/en/stable/codegen)
68+
- [Frequently Asked Questions](https://doma.readthedocs.io/en/stable/faq)
6969

7070
## Resources
7171

7272
- [Main Repository](https://github.com/domaframework/doma)
7373
- [Release Notes](https://github.com/domaframework/doma/releases)
74-
- [JavaDoc API Reference](https://www.javadoc.io/doc/org.seasar.doma/doma-core/latest/index.html)
74+
- [JavaDoc API Reference](https://www.javadoc.io/doc/org.seasar.doma/doma-core/latest/index)
7575
- [Code Examples](https://github.com/domaframework/simple-examples)
7676
- [Compile Plugin](https://github.com/domaframework/doma-compile-plugin)
7777
- [Code Generation Plugin](https://github.com/domaframework/doma-codegen-plugin)

0 commit comments

Comments
 (0)