Skip to content

Commit ee504bf

Browse files
Update API Doc link
1 parent 1619add commit ee504bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ All contributions must pass automated checks and receive approval before merging
161161

162162
## Project Structure
163163

164-
See the [online documentation]\](<https://cml-relab.org/docs/architecture/>) for an overview of the project's architecture and organization.
164+
See the [online documentation]\](<https://docs.cml-relab.org/architecture/>) for an overview of the project's architecture and organization.
165165
166166
## License
167167

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A data collection platform for disassembled durable goods to support circular ec
1717

1818
- 🚀 **[Get Started](https://cml-relab.org)** - Access the live platform
1919
- 📖 **[Full Documentation](https://docs.cml-relab.org)** - Complete guides and architecture
20-
- 🔍 **[API Documentation](https://cml-relab.org/docs)** - Interactive API reference
20+
- 🔍 **[API Documentation](https://api2.cml-relab.org/docs)** - Interactive API reference
2121
- 🤝 **[Contributing Guidelines](CONTRIBUTING.md)** - How to contribute
2222
- 📋 **[Code of Conduct](CODE_OF_CONDUCT.md)** - Community standards
2323
- 📝 **[Changelog](CHANGELOG.md)** - Version history

docs/docs/architecture/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Structure
22

3-
The platform provides a RESTful API that allows interaction with the backend services. The API is built using FastAPI and follows standard REST principles. It supports authentication, data collection, media management, and hardware integration. For complete API reference, visit the [interactive documentation](https://cml-relab.org/docs).
3+
The platform provides a RESTful API that allows interaction with the backend services. The API is built using FastAPI and follows standard REST principles. It supports authentication, data collection, media management, and hardware integration. For complete API reference, visit the [interactive documentation](https://api2.cml-relab.org/docs).
44

55
## Core Endpoints
66

docs/docs/architecture/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sequenceDiagram
2424
end
2525
```
2626

27-
For an overview of the relevant API endpoints, visit the [interactive documentation](https://cml-relab.org/docs#tag/auth).
27+
For an overview of the relevant API endpoints, visit the [interactive documentation](https://api2.cml-relab.org/docs#tag/auth).

docs/docs/dataset/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The dataset contains high-quality images and metadata of disassembled power tool
1515

1616
<!---TODO: Add browse and download links once available--->
1717

18-
- 🔍 **[API Access](https://cml-relab.org/docs)** - Programmatic data access
18+
- 🔍 **[API Access](https://api2.cml-relab.org/docs)** - Programmatic data access
1919
- 🌐 **Browse Dataset** - Soon: explore the dataset online
2020
- 📦 **Download Data** - Soon: Download the raw dataset in various formats
2121

docs/docs/user-guides/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
This guide provides an overview of how to interact with the CML Reverse Engineering Lab API, including authentication, data collection, and media management.
66

7-
This documentation is currently in progress. For the latest updates, please refer to the [API documentation](https://cml-relab.org/docs).
7+
This documentation is currently in progress. For the latest updates, please refer to the [API documentation](https://api2.cml-relab.org/docs).

0 commit comments

Comments
 (0)