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
docs: fix broken links and image paths in landing page
- landing.mdx: convert file links from /install/index.md format to /docs/install web routes
- landing.mdx: fix screenshot image paths from @site/../docs to ../../../docs (correct relative path)
- landing.mdx: standardize link format to /docs/... for consistency
- docs/index.mdx: use GitHub URL for CONTRIBUTING link (file is at project root, not in docs)
- vision.md, landing.mdx: standardize American English spelling (personalized not personalised)
Build verification: npm run build passes with SUCCESS.
Copy file name to clipboardExpand all lines: website/src/pages/landing.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ import ThemedShot from "@site/src/components/ThemedShot";
11
11
You're shipping more than ever and understanding less. devcoach fixes that with one lesson at a time, delivered right after your agent completes a task.
@@ -119,15 +119,15 @@ Competence is built slowly. You can't cram it on demand. The moment you need it
119
119
120
120
devcoach's bet is simple: a few minutes of genuine learning, delivered in context and spaced across the work you already do, compounds. It's learning on the job, automated.
121
121
122
-
**[Read the full story →](./why.md)**
122
+
**[Read the full story →](/docs/why)**
123
123
124
124
---
125
125
126
126
## Roadmap
127
127
128
-
Free now. Future plans for team/enterprise features: integrated courses, personalised learning paths for teams, team-level visibility into knowledge gaps.
128
+
Free now. Future plans for team/enterprise features: integrated courses, personalized learning paths for teams, team-level visibility into knowledge gaps.
0 commit comments