Skip to content

Commit bce97d4

Browse files
Fix AI assistant rules links in llms.txt (#4430)
# Description of Changes Fix AI assistant rules links in llms.txt, they were missing a `/docs` # API and ABI breaking changes None. # Expected complexity level and risk 0.0001 # Testing Clicked the link
1 parent 3a2e234 commit bce97d4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/static/llms.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,10 @@ Clockwork Labs, the developers of SpacetimeDB, offers three products:
111111

112112
| Language | Rules |
113113
|----------|-------|
114-
| All Languages | [spacetimedb.mdc](https://spacetimedb.com/ai-rules/spacetimedb.mdc) |
115-
| TypeScript | [spacetimedb-typescript.mdc](https://spacetimedb.com/ai-rules/spacetimedb-typescript.mdc) |
116-
| Rust | [spacetimedb-rust.mdc](https://spacetimedb.com/ai-rules/spacetimedb-rust.mdc) |
117-
| C# | [spacetimedb-csharp.mdc](https://spacetimedb.com/ai-rules/spacetimedb-csharp.mdc) |
118-
114+
| All Languages | [spacetimedb.mdc](https://spacetimedb.com/docs/ai-rules/spacetimedb.mdc) |
115+
| TypeScript | [spacetimedb-typescript.mdc](https://spacetimedb.com/docs/ai-rules/spacetimedb-typescript.mdc) |
116+
| Rust | [spacetimedb-rust.mdc](https://spacetimedb.com/docs/ai-rules/spacetimedb-rust.mdc) |
117+
| C# | [spacetimedb-csharp.mdc](https://spacetimedb.com/docs/ai-rules/spacetimedb-csharp.mdc) |
119118
## Basic Project Workflow
120119

121120
Getting started with SpacetimeDB involves a few key steps:

0 commit comments

Comments
 (0)