You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert all relative links in README to absolute GitHub URLs so they
resolve correctly on crates.io (badges, docs, language switcher).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project uses [independent versioning](README.md#versioning) for Framewo
7
7
8
8
---
9
9
10
+
## CLI 3.2.2 — crates.io README Broken Links Fix
11
+
12
+
### Fixed (CLI)
13
+
- Convert all relative links in README to absolute GitHub URLs so badges, documentation links, and language switcher all resolve correctly on crates.io
14
+
15
+
---
16
+
10
17
## CLI 3.2.1 — crates.io README Language Links Fix
📖 **See [ADOPTION-GUIDE.md](docs/adopters/ADOPTION-GUIDE.md) for detailed instructions, migration strategies, and team rollout plans.**
194
+
📖 **See [ADOPTION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md) for detailed instructions, migration strategies, and team rollout plans.**
195
195
196
196
---
197
197
@@ -201,22 +201,22 @@ DevTrail documentation is organized by audience:
201
201
202
202
| Track | For | Start here |
203
203
|-------|-----|------------|
204
-
|[**Adopters**](docs/adopters/)| Teams adopting DevTrail in their projects |[ADOPTION-GUIDE.md](docs/adopters/ADOPTION-GUIDE.md)|
205
-
|[**Contributors**](docs/contributors/)| Developers contributing to DevTrail |[TRANSLATION-GUIDE.md](docs/contributors/TRANSLATION-GUIDE.md)|
204
+
|[**Adopters**](https://github.com/StrangeDaysTech/devtrail/tree/main/docs/adopters)| Teams adopting DevTrail in their projects |[ADOPTION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md)|
205
+
|[**Contributors**](https://github.com/StrangeDaysTech/devtrail/tree/main/docs/contributors)| Developers contributing to DevTrail |[TRANSLATION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/contributors/TRANSLATION-GUIDE.md)|
206
206
207
-
**Adopters**: Follow the [Adoption Guide](docs/adopters/ADOPTION-GUIDE.md) for step-by-step instructions, the [CLI Reference](docs/adopters/CLI-REFERENCE.md) for command details, and the [Workflows Guide](docs/adopters/WORKFLOWS.md) for daily usage patterns.
207
+
**Adopters**: Follow the [Adoption Guide](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md) for step-by-step instructions, the [CLI Reference](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/CLI-REFERENCE.md) for command details, and the [Workflows Guide](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/WORKFLOWS.md) for daily usage patterns.
208
208
209
-
**Contributors**: See [CONTRIBUTING.md](CONTRIBUTING.md) for development guidelines, and the [Translation Guide](docs/contributors/TRANSLATION-GUIDE.md) for adding new languages.
209
+
**Contributors**: See [CONTRIBUTING.md](https://github.com/StrangeDaysTech/devtrail/blob/main/CONTRIBUTING.md) for development guidelines, and the [Translation Guide](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/contributors/TRANSLATION-GUIDE.md) for adding new languages.
210
210
211
211
### Key References
212
212
213
213
| Document | Description |
214
214
|----------|-------------|
215
-
|[**Quick Reference**](dist/.devtrail/QUICK-REFERENCE.md)| One-page overview of document types and naming |
216
-
|[DEVTRAIL.md](dist/DEVTRAIL.md)| Unified governance rules (source of truth) |
217
-
|[ADOPTION-GUIDE.md](docs/adopters/ADOPTION-GUIDE.md)| Adoption guide for new/existing projects |
|[WORKFLOWS.md](docs/adopters/WORKFLOWS.md)| Recommended daily workflows and team patterns |
215
+
|[**Quick Reference**](https://github.com/StrangeDaysTech/devtrail/blob/main/dist/.devtrail/QUICK-REFERENCE.md)| One-page overview of document types and naming |
216
+
|[DEVTRAIL.md](https://github.com/StrangeDaysTech/devtrail/blob/main/dist/DEVTRAIL.md)| Unified governance rules (source of truth) |
217
+
|[ADOPTION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md)| Adoption guide for new/existing projects |
0 commit comments