Skip to content

Commit

Permalink
update master refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Aug 24, 2020
1 parent 1e23741 commit 0dfa117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .....
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 0dfa117

Please sign in to comment.