Skip to content

Commit 943ccb1

Browse files
Fixed link to src dir
1 parent c0a7dc4 commit 943ccb1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ This repository provides all source code for the book:
88

99
* **Python Multiprocessing Pool Jump-Start**: _Run Your Python Functions In Parallel With Just A Few Lines Of Code_, Jason Brownlee, 2022.
1010

11+
12+
## Source Code
1113
You can access all Python .py files directly here:
1214

13-
* [src/](tree/main/src)
15+
* [src/](src/)
16+
17+
## Get the Book
1418

1519
You can learn more about the book here:
1620

17-
* [GumRoad](https://superfastpython.gumroad.com/l/pmpj)
21+
* [Gumroad](https://superfastpython.gumroad.com/l/pmpj)
1822
* [GoodReads](https://www.goodreads.com/book/show/61606103-python-multiprocessing-pool-jump-start)
1923

2024
Blurb

0 commit comments

Comments
 (0)