Skip to content

Commit 7e0932c

Browse files
committed
Fix IPDPS link
1 parent 1f71e6d commit 7e0932c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Cpp-Taskflow is part of the [DARPA IDEA research program][DARPA IDEA]. We are co
5151

5252
See a quick [presentation][Presentation] and
5353
visit the [documentation][wiki] to learn more about Cpp-Taskflow.
54-
Technical details can be referred to our [IEEE IPDPS19 paper][https://tsung-wei-huang.github.io/papers/ipdps19.pdf].
54+
Technical details can be referred to our [IEEE IPDPS19 paper][IPDPS19].
5555

5656
:exclamation: Notice that starting at v2.2.0 (including this master branch)
5757
we isolated the executor interface from Taskflow to improve the programming model and performance.
@@ -965,7 +965,7 @@ Cpp-Taskflow is licensed under the [MIT License](./LICENSE).
965965
[email me]: mailto:[email protected]
966966
[Cpp Conference 2018]: https://github.com/CppCon/CppCon2018
967967
[ChromeTracing]: https://www.chromium.org/developers/how-tos/trace-event-profiling-tool
968-
[IPDPS19]: doxygen/reference/ipdps19.pdf
968+
[IPDPS19]: https://tsung-wei-huang.github.io/papers/ipdps19.pdf
969969
[WorkStealing Wiki]: https://en.wikipedia.org/wiki/Work_stealing
970970

971971
[std::invoke]: https://en.cppreference.com/w/cpp/utility/functional/invoke

0 commit comments

Comments
 (0)