diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 317e0ec3..45400760 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ The project follows these general steps for development: 5. **Run Tests Locally**: Make sure all tests pass before submitting changes. 6. **Submit a Pull Request**: Create a pull request against the `develop` branch. -If your changes are related to or dependent on changes in [attack-workbench-frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend), please link to the corresponding frontend pull request in your PR description. +If your changes are related to or dependent on changes in [attack-workbench-frontend](https://github.com/mitre-attack/attack-workbench-frontend), please link to the corresponding frontend pull request in your PR description. ## Branching Strategy diff --git a/Dockerfile b/Dockerfile index 492e8a6a..7db0fa21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ ARG REVISION=unknown # Set Docker labels LABEL org.opencontainers.image.title="ATT&CK Workbench REST API Service" \ org.opencontainers.image.description="This Docker image contains the REST API service of the ATT&CK Workbench, an application for exploring, creating, annotating, and sharing extensions of the MITRE ATT&CKĀ® knowledge base. The service handles the storage, querying, and editing of ATT&CK objects. The application is built on Node.js and Express.js, and is served by the built-in web server provided by Express.js." \ - org.opencontainers.image.source="https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api" \ - org.opencontainers.image.documentation="https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api/README.md" \ + org.opencontainers.image.source="https://github.com/mitre-attack/attack-workbench-rest-api" \ + org.opencontainers.image.documentation="https://github.com/mitre-attack/attack-workbench-rest-api/README.md" \ org.opencontainers.image.url="https://ghcr.io/center-for-threat-informed-defense/attack-workbench-rest-api" \ org.opencontainers.image.vendor="The MITRE Corporation" \ org.opencontainers.image.licenses="Apache-2.0" \ diff --git a/README.md b/README.md index ed9176db..c2a77ff2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The REST API provides: ## Related Repositories -- [ATT&CK Workbench Frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend): The user interface for the ATT&CK Workbench +- [ATT&CK Workbench Frontend](https://github.com/mitre-attack/attack-workbench-frontend): The user interface for the ATT&CK Workbench - [ATT&CK Workbench TAXII 2.1 Server](https://github.com/mitre-attack/attack-workbench-taxii-server): An *optional* Workbench service for sharing STIX content through a TAXII 2.1-compliant interface - [ATT&CK Workbench Deployment Guide](https://github.com/mitre-attack/attack-workbench-deployment): The official instructions and configuration templates for deploying Workbench in Docker diff --git a/USAGE.md b/USAGE.md index 14db2443..9a1bbbf9 100644 --- a/USAGE.md +++ b/USAGE.md @@ -34,9 +34,8 @@ This guide provides comprehensive instructions for installing, configuring, and The ATT&CK Workbench REST API provides services for storing, querying, and editing ATT&CK objects. It is built on Node.js and Express.js, and uses MongoDB for data persistence. This component is part of the larger ATT&CK Workbench application, which includes: - -- [ATT&CK Workbench Frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend) -- [ATT&CK Workbench REST API](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api) (this component) +- [ATT&CK Workbench Frontend](https://github.com/mitre-attack/attack-workbench-frontend) +- [ATT&CK Workbench REST API](https://github.com/mitre-attack/attack-workbench-rest-api) (this component) ## Installation Methods @@ -102,7 +101,7 @@ More infomation about configuration options is in the [configuration file docume 1. **Clone the repository**: ```shell - git clone https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api.git + git clone https://github.com/mitre-attack/attack-workbench-rest-api.git cd attack-workbench-rest-api ``` diff --git a/docs/README.md b/docs/README.md index c952dcba..812e5d9a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -72,6 +72,6 @@ Interactive API documentation is available when running the application in devel ## Additional Resources -- [GitHub Repository](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api) -- [Frontend Repository](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend) -- [Issue Tracker](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api/issues) +- [GitHub Repository](https://github.com/mitre-attack/attack-workbench-rest-api) +- [Frontend Repository](https://github.com/mitre-attack/attack-workbench-frontend) +- [Issue Tracker](https://github.com/mitre-attack/attack-workbench-rest-api/issues)