Skip to content

Commit

Permalink
[skip ci] Fixed links.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoblizz authored Mar 16, 2022
1 parent 35136b3 commit f75fee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Single-Source Shortest Path (SSSP) implementation in modern C++ for 2022 IPDPS w
Before building this project, make sure your system/compiler supports **C++20** and **cmake**.

```bash
git clone https://github.com/owensgroup/sssp.git
cd sssp
git clone https://github.com/gunrock/essentials-cpp.git
cd essentials-cpp
mkdir build && cd build
cmake ..
make
Expand All @@ -36,4 +36,4 @@ Thank you for citing our work.
series = {GrAPL 2022},
month = may
}
```
```

0 comments on commit f75fee8

Please sign in to comment.