Skip to content

Commit 1981208

Browse files
fix: broken doc links (#76)
1 parent 2392a7c commit 1981208

File tree

16 files changed

+50
-50
lines changed

16 files changed

+50
-50
lines changed

website/docs/guides/api/authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ curl -H "Authorization: Bearer your_reader_token" \
472472
473473
## Next Steps
474474
475-
- [Explore API Reference →](/guides/api/openapi)
476-
- [View Code Examples →](/guides/api/examples)
475+
- [Explore API Reference →](/docs/guides/api/openapi)
476+
- [View Code Examples →](/docs/guides/api/examples)
477477
- [Check OpenAPI Spec →](https://github.com/dream-sports-labs/checkmate/blob/master/openapi.yaml)
478478

website/docs/guides/api/examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ def download_and_analyze_report(project_id):
845845
846846
## Next Steps
847847
848-
- [View API Reference →](/guides/api/openapi)
849-
- [Learn about Authentication →](/guides/api/authentication)
848+
- [View API Reference →](/docs/guides/api/openapi)
849+
- [Learn about Authentication →](/docs/guides/api/authentication)
850850
- [Download OpenAPI Spec →](https://github.com/dream-sports-labs/checkmate/blob/master/openapi.yaml)
851851
852852
:::tip
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ Production: https://your-production-domain.com
2020
<Card title="Authentication" icon="key">
2121
Learn how to authenticate your API requests using session cookies or API tokens.
2222

23-
[View Authentication Guide →](/guides/api/authentication)
23+
[View Authentication Guide →](/docs/guides/api/authentication)
2424
</Card>
2525

2626
<Card title="API Reference" icon="open-book">
2727
Explore all available endpoints with request/response examples.
2828

29-
[View API Reference →](/guides/api/openapi)
29+
[View API Reference →](/docs/guides/api/openapi)
3030
</Card>
3131

3232
<Card title="Examples" icon="puzzle">
3333
Ready-to-use code examples in multiple languages.
3434

35-
[View Examples →](/guides/api/examples)
35+
[View Examples →](/docs/guides/api/examples)
3636
</Card>
3737

3838
<Card title="OpenAPI Spec" icon="document">

website/docs/guides/api/openapi.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ When the API changes:
303303

304304
## Next Steps
305305

306-
- [Try Code Examples →](/guides/api/examples)
307-
- [Learn Authentication →](/guides/api/authentication)
308-
- [API Overview →](/guides/api)
306+
- [Try Code Examples →](/docs/guides/api/examples)
307+
- [Learn Authentication →](/docs/guides/api/authentication)
308+
- [API Overview →](/docs/guides/api/)
309309

website/docs/guides/projects.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ From each project card:
6767

6868
## Next Steps
6969

70-
- [Manage Test Cases](/guides/tests/tests) - Create and organize tests
71-
- [Execute Test Runs](/guides/runs/runs) - Run and track testing progress
72-
- [Configure RBAC](/project/rbac) - Set up team permissions
70+
- [Manage Test Cases](/docs/guides/tests/) - Create and organize tests
71+
- [Execute Test Runs](/docs/guides/runs/) - Run and track testing progress
72+
- [Configure RBAC](/docs/project/rbac) - Set up team permissions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ Click **Download** → CSV downloads with all test results and metadata
115115

116116
## Next Steps
117117

118-
- [View Run Details](/guides/runs/run-detail) - Learn about the run detail page
119-
- [Manage Tests](/guides/tests/tests) - Create and organize test cases
120-
- [Bulk Import](/guides/tests/bulk-addition) - Import tests in bulk
118+
- [View Run Details](/docs/guides/runs/run-detail) - Learn about the run detail page
119+
- [Manage Tests](/docs/guides/tests/) - Create and organize test cases
120+
- [Bulk Import](/docs/guides/tests/bulk-addition) - Import tests in bulk

website/docs/guides/runs/run-detail.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ Click **Download** → CSV file downloads with complete test results
130130

131131
## Next Steps
132132

133-
- [Manage Runs](/guides/runs/runs) - Learn about run creation and management
134-
- [Manage Tests](/guides/tests/tests) - View and organize test cases
135-
- [Bulk Import](/guides/tests/bulk-addition) - Import tests in bulk
133+
- [Manage Runs](/docs/guides/runs/) - Learn about run creation and management
134+
- [Manage Tests](/docs/guides/tests/) - View and organize test cases
135+
- [Bulk Import](/docs/guides/tests/bulk-addition) - Import tests in bulk

website/docs/guides/tests/bulk-addition.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ This ensures links and references remain intact during migration.
101101

102102
## Next Steps
103103

104-
- [Manage Tests](/guides/tests/tests) - View and organize imported tests
105-
- [Execute Runs](/guides/runs/runs) - Run your imported test cases
106-
- [Filter Tests](/guides/tests/tests#view--filter-tests) - Use advanced filtering options
104+
- [Manage Tests](/docs/guides/tests/) - View and organize imported tests
105+
- [Execute Runs](/docs/guides/runs/) - Run your imported test cases
106+
- [Filter Tests](/docs/guides/tests/#view--filter-tests) - Use advanced filtering options
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ Click **New** → **Add Section** or create while adding tests
118118

119119
## Next Steps
120120

121-
- [Bulk Addition](/guides/tests/bulk-addition) - Import tests via CSV/JSON
122-
- [Execute Test Runs](/guides/runs/runs) - Run and track test execution
121+
- [Bulk Addition](/docs/guides/tests/bulk-addition) - Import tests via CSV/JSON
122+
- [Execute Test Runs](/docs/guides/runs/) - Run and track test execution

website/docs/guides/user-settings.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Your current role and permissions are displayed on the User Details page.
4646
- **User** - Create and modify tests and runs
4747
- **Reader** - View-only access
4848

49-
See [RBAC Documentation](/project/rbac) for detailed permissions by role.
49+
See [RBAC Documentation](/docs/project/rbac) for detailed permissions by role.
5050

5151
## Admin Panel
5252

@@ -67,6 +67,6 @@ Administrators can access the Admin Panel to manage users across the organizatio
6767

6868
## Next Steps
6969

70-
- [RBAC Documentation](/project/rbac) - Understand role permissions
71-
- [API Authentication](/guides/api/authentication) - Learn how to use tokens
72-
- [API Reference](/guides/api/openapi) - Explore available APIs
70+
- [RBAC Documentation](/docs/project/rbac) - Understand role permissions
71+
- [API Authentication](/docs/guides/api/authentication) - Learn how to use tokens
72+
- [API Reference](/docs/guides/api/openapi) - Explore available APIs

0 commit comments

Comments
 (0)