Skip to content

Commit e713f88

Browse files
Merge branch 'main' of github.com:Andres-Salamanca/execution
2 parents c93c826 + 4c92b23 commit e713f88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ e.g.:
4242
## Help Welcome!
4343

4444
There are plenty of things which need to be done. See the
45-
[contributions page](https://github.com/bemanproject/execution/docs/contributing.md)
46-
for some ideas how to contribute. The [resources page](https://github.com/bemanproject/execution/docs/resources.md)
45+
[contributions page](https://github.com/bemanproject/execution/blob/main/docs/contributing.md)
46+
for some ideas how to contribute. The [resources page](https://github.com/bemanproject/execution/blob/main/docs/resources.md)
4747
contains some links for general information about the sender/receivers and `std::execution`.
4848

4949
## Build

docs/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ incomplete list of starting points for contributions:
2121
* The layout of some pages related to the project can be improved.
2222
* Some behaviour of a component isn't tested or documented.
2323
* You found something which should be linked from the
24-
[resources](https://github.com/bemanproject/execution/docs/resources.md) page.
24+
[resources](https://github.com/bemanproject/execution/blob/main/docs/contributing.md) page.
2525
* There are [pull requests](https://github.com/bemanproject/execution/pulls)
2626
which could be reviewed.
2727
* This very page or list is lacking something.

docs/resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This page has links to some resources related to this repository:
66

7-
* Lucian Teodorescu's [Overload](https://accu.org/journals/nonmembers/overload_issue_members/) article [Senders/Receivers: An Introduction](https://accu.org/journals/overload/32/184/teodorescu/).
7+
* Lucian Radu Teodorescu's [Overload](https://accu.org/journals/nonmembers/overload_issue_members/) article [Senders/Receivers: An Introduction](https://accu.org/journals/overload/32/184/teodorescu/).
88
* Eric Niebler's Working with Asynchrony Generically: A Tour of C++ [Executors part 1](https://youtu.be/xLboNIf7BTg?si=JhXh55lCGW9-EuQl)/[part 2](https://youtu.be/6a0zzUBUNW4?si=7We2cRiJD0eJ7jm9).
99
* Goran Arandelovic's presentation [Introduction to Sender/Receiver Framework and `std::execution`](https://eel.is/c++draft/#exec) at [Using std::cpp](https://eventos.uc3m.es/105614/programme/using-std-cpp-2024.html) 2024
1010
* The [`std::execution](https://wg21.link/p2300) proposal.

0 commit comments

Comments
 (0)