From 0dfa1178f6c6f9db2953f104372bce73e236e1b6 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 24 Aug 2020 17:45:57 -0400 Subject: [PATCH] update master refs --- CONTRIBUTING.md | 2 +- README.md | 2 +- cpp/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ""