diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71a7e6c614d..8d1af9df987 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ Read the section on [building cuGraph from source](SOURCEBUILD.md) to validate t ```git remote add upstream https://github.com/rapidsai/cugraph.git``` 3. Checkout the latest branch -cuGraph only allows contribution to the current branch and not master or a future branch. PLease check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. +cuGraph only allows contribution to the current branch and not main or a future branch. Please check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. ```git checkout branch-x.x``` 4. Code ..... diff --git a/README.md b/README.md index b3aa8c63f22..45405d902bf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The [RAPIDS](https://rapids.ai) cuGraph library is a collection of GPU accelerat For more project details, see [rapids.ai](https://rapids.ai/). -**NOTE:** For the latest stable [README.md](https://github.com/rapidsai/cudf/blob/master/README.md) ensure you are on the latest branch. +**NOTE:** For the latest stable [README.md](https://github.com/rapidsai/cudf/blob/main/README.md) ensure you are on the latest branch. diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index c1c08787bf1..70d7edf99a3 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -239,7 +239,7 @@ set(CUHORNET_INCLUDE_DIR ${CUHORNET_DIR}/src/cuhornet CACHE STRING "Path to cuho ExternalProject_Add(cuhornet GIT_REPOSITORY https://github.com/rapidsai/cuhornet.git - GIT_TAG master + GIT_TAG main PREFIX ${CUHORNET_DIR} CONFIGURE_COMMAND "" BUILD_COMMAND ""