From dab261da0b72098ecb1ac671c80cc464fbf2b642 Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Tue, 11 Mar 2025 15:29:57 +0000 Subject: [PATCH] #3110: Update URLs --- .github/workflows/build-sphinx.yml | 4 ++-- CONTRIBUTING.md | 12 ++++++------ README.md | 2 +- docs/build-sphinx-docs-to-github-pages.sh | 2 +- docs/source/game_layer.rst | 2 +- docs/source/getting_started.rst | 2 +- pyproject.toml | 8 ++++---- setup.cfg | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build-sphinx.yml b/.github/workflows/build-sphinx.yml index 4bfa4f4e..da20fbd3 100644 --- a/.github/workflows/build-sphinx.yml +++ b/.github/workflows/build-sphinx.yml @@ -1,8 +1,8 @@ name: build-sphinx-to-github-pages env: - GITHUB_ACTOR: {todo:fill in URL} - GITHUB_REPOSITORY: {todo:fill in URL}/PrimAITE + GITHUB_ACTOR: Autonomous-Resilient-Cyber-Defence + GITHUB_REPOSITORY: Autonomous-Resilient-Cyber-Defence/PrimAITE GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} on: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc10edbb..815400e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,17 +4,17 @@ ### **Did you find a bug?** -* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/{todo:fill in URL}/PrimAITE/issues). -* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/{todo:fill in URL}/PrimAITE/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D+-+%3Cbug+title+goes+here%3E). Be sure to follow our bug report template with the headers **Describe the bug**, **To Reproduce**, **Expected behaviour**, **Screenshots/Outputs**, **Environment**, and **Additional context** +* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues). +* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D+-+%3Cbug+title+goes+here%3E). Be sure to follow our bug report template with the headers **Describe the bug**, **To Reproduce**, **Expected behaviour**, **Screenshots/Outputs**, **Environment**, and **Additional context** ### **Do you have a solution to fix the bug?** -* [Fork the repository](https://github.com/{todo:fill in URL}/PrimAITE/fork). +* [Fork the repository](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/fork). * Install the pre-commit hook with `pre-commit install`. * Implement the bug fix. -* Commit the bug fix to the dev branch on your fork. If the bug has an open issue under [Issues](https://github.com/{todo:fill in URL}/PrimAITE/issues), reference the issue in the commit message (e.g. #1 references issue 1). -* Submit a pull request from your dev branch to the {todo:fill in URL}/PrimAITE dev branch. Again, if the bug has an open issue under [Issues](https://github.com/{todo:fill in URL}/PrimAITE/issues), reference the issue in the pull request description. +* Commit the bug fix to the dev branch on your fork. If the bug has an open issue under [Issues](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues), reference the issue in the commit message (e.g. #1 references issue 1). +* Submit a pull request from your dev branch to the Autonomous-Resilient-Cyber-Defence/PrimAITE dev branch. Again, if the bug has an open issue under [Issues](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues), reference the issue in the pull request description. ### **Did you fix whitespace, format code, or make a purely cosmetic patch?** @@ -22,7 +22,7 @@ Changes that are cosmetic in nature and do not add anything substantial to the s ### **Do you intend to add a new feature or change an existing one?** -* Submit a [feature request issue](https://github.com/{todo:fill in URL}/PrimAITE/issues/new?assignees=&labels=feature_request&projects=&template=feature_request.md&title=%5BREQUEST%5D+-+%3Crequest+title+goes+here%3E). +* Submit a [feature request issue](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues/new?assignees=&labels=feature_request&projects=&template=feature_request.md&title=%5BREQUEST%5D+-+%3Crequest+title+goes+here%3E). * Know how to implement the new feature or change? Follow the same steps in the bug fix section above to fork, build, document, test, commit, and submit a pull request. ### **Do you have questions about the source code?** diff --git a/README.md b/README.md index c8f644be..a5375d66 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To make your own changes to PrimAITE, perform the install from source (developer #### 1. Clone the PrimAITE repository ``` unix -git clone git@github.com:{todo:fill in URL}/PrimAITE.git +git clone git@github.com:Autonomous-Resilient-Cyber-Defence/PrimAITE.git ``` #### 2. CD into the repo directory diff --git a/docs/build-sphinx-docs-to-github-pages.sh b/docs/build-sphinx-docs-to-github-pages.sh index a180f168..dc6394cb 100644 --- a/docs/build-sphinx-docs-to-github-pages.sh +++ b/docs/build-sphinx-docs-to-github-pages.sh @@ -43,7 +43,7 @@ touch .nojekyll # Add README cat > README.md <