Fix URL for github page

This commit is contained in:
Brandon Potter
2024-11-26 11:09:37 -06:00
والد fd8dbc7fb6
کامیت 7e4aa5d601
3فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
+1 -1
مشاهده پرونده
@@ -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
+6 -6
مشاهده پرونده
@@ -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
+1 -1
مشاهده پرونده
@@ -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@"