Skip to content

Commit 7a710af

Browse files
committed
readme links fixed
1 parent 16f4958 commit 7a710af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AioPool makes sure _no more_ and _no less_ (if possible) than `size` spawned cor
66

77
## Interface
88

9-
Read [code doctrings](../blob/master/asyncio_pool/base_pool.py) for details.
9+
Read [code doctrings](../master/asyncio_pool/base_pool.py) for details.
1010

1111
##### AioPool(size=4, *, loop=None)
1212

@@ -54,7 +54,7 @@ Spawns tasks with `map_n(fn, iterable, cb, ctx)`, then waits for results with `a
5454

5555
Play with `python tests/loadtest.py -h` to understand what you want to use.
5656

57-
Usage examples (more in `tests/` and `examples/` dirs):
57+
Usage examples (more in [tests/](../master/tests/) and [examples/](../master/examples/)):
5858

5959
```python
6060

docs/_readme_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AioPool makes sure _no more_ and _no less_ (if possible) than `size` spawned cor
66

77
## Interface
88

9-
Read [code doctrings](../blob/master/asyncio_pool/base_pool.py) for details.
9+
Read [code doctrings](../master/asyncio_pool/base_pool.py) for details.
1010

1111
##### AioPool(size=4, *, loop=None)
1212

@@ -54,7 +54,7 @@ Spawns tasks with `map_n(fn, iterable, cb, ctx)`, then waits for results with `a
5454

5555
Play with `python tests/loadtest.py -h` to understand what you want to use.
5656

57-
Usage examples (more in `tests/` and `examples/` dirs):
57+
Usage examples (more in [tests/](../master/tests/) and [examples/](../master/examples/)):
5858

5959
```python
6060
{tmpl_usage_examples}

0 commit comments

Comments
 (0)