diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b9a9b33e5..bce7de7cbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,7 @@ set( VERSION ${ROCSHMEM_VERSION} LANGUAGES CXX DESCRIPTION "rocSHMEM" - HOMEPAGE_URL "https://github.com/ROCm-Developer-Tools/rocSHMEM") + HOMEPAGE_URL "https://github.com/ROCm/rocSHMEM") ############################################################################### # DEFAULT BUILD TYPE diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d6cd92e28..b2d2a24665 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,11 @@ ## How to fork from us -To keep our development fast and conflict free, we recommend you to [fork](https://github.com/ROCm-Developer-Tools/rocSHMEM/fork) our repository and start your work from our `dev` branch in your private repository. +To keep our development fast and conflict free, we recommend you to [fork](https://github.com/ROCm/rocSHMEM/fork) our repository and start your work from our `dev` branch in your private repository. Afterwards, git clone your repository to your local machine. But that is not it! To keep track of the original develop repository, add it as another remote. ``` -git remote add mainline https://github.com/ROCm-Developer-Tools/rocSHMEM.git +git remote add mainline https://github.com/ROCm/rocSHMEM.git git checkout dev ``` @@ -21,19 +21,19 @@ and apply your changes there. ### Did you find a bug? -- Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/ROCm-Developer-Tools/rocSHMEM/issues). +- Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/ROCm/rocSHMEM/issues). -- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ROCm-Developer-Tools/rocSHMEM/issues/new). +- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ROCm/rocSHMEM/issues/new). ### Did you write a patch that fixes a bug? -- Open a new GitHub [pull request](https://github.com/ROCm-Developer-Tools/rocSHMEM/compare) with the patch. +- Open a new GitHub [pull request](https://github.com/ROCm/rocSHMEM/compare) with the patch. - Ensure the PR description clearly describes the problem and solution. If there is an existing GitHub issue open describing this bug, please include it in the description so we can close it. - Ensure the PR is based on the `dev` branch of the rocSHMEM GitHub repository. -- rocSHMEM requires new commits to include a "Signed-off-by" token in the commit message (typically enabled via the `git commit -s` option), indicating your agreement to the projects's [Developer's Certificate of Origin](https://developercertificate.org/) and compatability with the project [LICENSE](https://github.com/ROCm-Developer-Tools/rocSHMEM/blob/main/LICENSE): +- rocSHMEM requires new commits to include a "Signed-off-by" token in the commit message (typically enabled via the `git commit -s` option), indicating your agreement to the projects's [Developer's Certificate of Origin](https://developercertificate.org/) and compatability with the project [LICENSE](https://github.com/ROCm/rocSHMEM/blob/main/LICENSE): > (a) The contribution was created in whole or in part by me and I diff --git a/cmake/rocshmem.lua.in b/cmake/rocshmem.lua.in index 6adca9793d..44aa11845b 100644 --- a/cmake/rocshmem.lua.in +++ b/cmake/rocshmem.lua.in @@ -12,7 +12,7 @@ whatis("Name: rocshmem") whatis("Version: @ROCSHMEM_FULL_VERSION@") whatis("Keywords: GPU, PGAS, RMA, HPC") whatis("Description: tool for GPU initiated networking") -whatis("URL: https://github.com/ROCm-Developer-Tools/rocSHMEM") +whatis("URL: https://github.com/ROCm/rocSHMEM") -- Export environmental variables local topDir="@CMAKE_INSTALL_PREFIX@"