Skip to content

Commit 7203600

Browse files
committed
docs: fix docs URLs to agentcrumbs.dev/docs
1 parent 90c4f72 commit 7203600

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.changeset/fix-docs-urls.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"agentcrumbs": patch
3+
---
4+
5+
Fix docs URLs from docs.agentcrumbs.dev to agentcrumbs.dev/docs

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The only cost is the function call itself, which V8 will likely inline after war
8484

8585
## API overview
8686

87-
All methods are documented in detail at [docs.agentcrumbs.dev/api](https://docs.agentcrumbs.dev/api).
87+
All methods are documented in detail at [agentcrumbs.dev/docs/api](https://agentcrumbs.dev/docs/api).
8888

8989
| Method | Purpose |
9090
| --- | --- |
@@ -100,7 +100,7 @@ All methods are documented in detail at [docs.agentcrumbs.dev/api](https://docs.
100100

101101
## Crumb markers
102102

103-
Mark crumb lines with `// @crumbs` (single line) or `// #region @crumbs` / `// #endregion @crumbs` (block) so they can be stripped before merge. See the [markers docs](https://docs.agentcrumbs.dev/markers) for details and examples.
103+
Mark crumb lines with `// @crumbs` (single line) or `// #region @crumbs` / `// #endregion @crumbs` (block) so they can be stripped before merge. See the [markers docs](https://agentcrumbs.dev/docs/markers) for details and examples.
104104

105105
## Environment variable
106106

@@ -151,7 +151,7 @@ Time units: `s` (seconds), `m` (minutes), `h` (hours), `d` (days).
151151

152152
## Multi-service architecture
153153

154-
All services write to the same collector. `agentcrumbs tail` shows interleaved output with namespace-colored labels. See the [multi-service docs](https://docs.agentcrumbs.dev/multi-service) for setup patterns.
154+
All services write to the same collector. `agentcrumbs tail` shows interleaved output with namespace-colored labels. See the [multi-service docs](https://agentcrumbs.dev/docs/multi-service) for setup patterns.
155155

156156
## Cross-language compatibility
157157

@@ -171,7 +171,7 @@ Verified compatible with **Node.js 18+** and **Bun**.
171171

172172
## Docs
173173

174-
Full documentation at [docs.agentcrumbs.dev](https://docs.agentcrumbs.dev).
174+
Full documentation at [agentcrumbs.dev/docs](https://agentcrumbs.dev/docs).
175175

176176
## License
177177

packages/agentcrumbs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The only cost is the function call itself, which V8 will likely inline after war
8484

8585
## API overview
8686

87-
All methods are documented in detail at [docs.agentcrumbs.dev/api](https://docs.agentcrumbs.dev/api).
87+
All methods are documented in detail at [agentcrumbs.dev/docs/api](https://agentcrumbs.dev/docs/api).
8888

8989
| Method | Purpose |
9090
| --- | --- |
@@ -100,7 +100,7 @@ All methods are documented in detail at [docs.agentcrumbs.dev/api](https://docs.
100100

101101
## Crumb markers
102102

103-
Mark crumb lines with `// @crumbs` (single line) or `// #region @crumbs` / `// #endregion @crumbs` (block) so they can be stripped before merge. See the [markers docs](https://docs.agentcrumbs.dev/markers) for details and examples.
103+
Mark crumb lines with `// @crumbs` (single line) or `// #region @crumbs` / `// #endregion @crumbs` (block) so they can be stripped before merge. See the [markers docs](https://agentcrumbs.dev/docs/markers) for details and examples.
104104

105105
## Environment variable
106106

@@ -151,7 +151,7 @@ Time units: `s` (seconds), `m` (minutes), `h` (hours), `d` (days).
151151

152152
## Multi-service architecture
153153

154-
All services write to the same collector. `agentcrumbs tail` shows interleaved output with namespace-colored labels. See the [multi-service docs](https://docs.agentcrumbs.dev/multi-service) for setup patterns.
154+
All services write to the same collector. `agentcrumbs tail` shows interleaved output with namespace-colored labels. See the [multi-service docs](https://agentcrumbs.dev/docs/multi-service) for setup patterns.
155155

156156
## Cross-language compatibility
157157

@@ -171,7 +171,7 @@ Verified compatible with **Node.js 18+** and **Bun**.
171171

172172
## Docs
173173

174-
Full documentation at [docs.agentcrumbs.dev](https://docs.agentcrumbs.dev).
174+
Full documentation at [agentcrumbs.dev/docs](https://agentcrumbs.dev/docs).
175175

176176
## License
177177

packages/agentcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"intent": {
3838
"version": 1,
3939
"repo": "triggerdotdev/agentcrumbs",
40-
"docs": "https://docs.agentcrumbs.dev"
40+
"docs": "https://agentcrumbs.dev/docs"
4141
},
4242
"scripts": {
4343
"build": "tsc",

0 commit comments

Comments
 (0)