Skip to content

Commit f75fee8

Browse files
authored
[skip ci] Fixed links.
1 parent 35136b3 commit f75fee8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Single-Source Shortest Path (SSSP) implementation in modern C++ for 2022 IPDPS w
1515
Before building this project, make sure your system/compiler supports **C++20** and **cmake**.
1616

1717
```bash
18-
git clone https://github.com/owensgroup/sssp.git
19-
cd sssp
18+
git clone https://github.com/gunrock/essentials-cpp.git
19+
cd essentials-cpp
2020
mkdir build && cd build
2121
cmake ..
2222
make
@@ -36,4 +36,4 @@ Thank you for citing our work.
3636
series = {GrAPL 2022},
3737
month = may
3838
}
39-
```
39+
```

0 commit comments

Comments
 (0)