Skip to content

Commit 528fa1b

Browse files
committed
Update github URL.
1 parent 8cb7415 commit 528fa1b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
![Aiohttp](https://img.shields.io/badge/Aiohttp-v^3.8.1-blue.svg?longCache=true&logo=python&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
66
![Aiofiles](https://img.shields.io/badge/Aiofiles-v^0.8.0-blue.svg?longCache=true&logo=python&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
77
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
8-
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/asyncio-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-blueprint-tutorial/issues)
9-
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/asyncio-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-blueprint-tutorial/stargazers)
10-
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/asyncio-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-blueprint-tutorial/network)
8+
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/aiohttp-aiofiles-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-blueprint-tutorial/issues)
9+
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/aiohttp-aiofiles-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-blueprint-tutorial/stargazers)
10+
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/aiohttp-aiofiles-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-blueprint-tutorial/network)
1111

1212
![Asyncio](.github/aiohttp@2x.jpg)
1313

@@ -20,8 +20,8 @@ Source code demonstrating asynchronous Python for the corresponding Hackersandsl
2020
Get up and running by cloning this repository and running `make deploy`:
2121

2222
```shell
23-
$ git clone https://github.com/hackersandslackers/asyncio-tutorial.git
24-
$ cd asyncio-tutorial
23+
$ git clone https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial.git
24+
$ cd aiohttp-aiofiles-tutorial
2525
$ make deploy
2626
```
2727

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Todd Birchard <todd@hackersandslackers.com>"]
66
maintainers = ["Todd Birchard <todd@hackersandslackers.com>"]
77
license = "MIT"
88
readme = "README.md"
9-
homepage = "https://github.com/hackersandslackers/asyncio-tutorial/"
10-
repository = "https://github.com/hackersandslackers/asyncio-tutorial/"
9+
homepage = "https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial/"
10+
repository = "https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial/"
1111
documentation = "https://hackersandslackers.com/async-requests-aiohttp-aiofiles/"
1212
keywords = [
1313
"Asyncio",
@@ -40,7 +40,7 @@ pylint = "*"
4040
run = "main:init_script"
4141

4242
[tool.poetry.urls]
43-
issues = "https://github.com/hackersandslackers/asyncio-tutorial/issues"
43+
issues = "https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial/issues"
4444

4545
[build-system]
4646
requires = ["poetry>=1.1.12"]

0 commit comments

Comments
 (0)