Skip to content

Commit aa786c6

Browse files
Berik AshimovBerik Ashimov
authored andcommitted
docs: revert repo URL rename (staying on ashimov/HawkAPI)
1 parent 65e8ce7 commit aa786c6

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189189
- Pyright strict mode compliance (0 errors)
190190
- MkDocs documentation site
191191

192-
[0.1.2]: https://github.com/ashimov/Hawk/compare/v0.1.1...v0.1.2
193-
[0.1.1]: https://github.com/ashimov/Hawk/compare/v0.1.0...v0.1.1
194-
[0.1.0]: https://github.com/ashimov/Hawk/releases/tag/v0.1.0
192+
[0.1.2]: https://github.com/ashimov/HawkAPI/compare/v0.1.1...v0.1.2
193+
[0.1.1]: https://github.com/ashimov/HawkAPI/compare/v0.1.0...v0.1.1
194+
[0.1.0]: https://github.com/ashimov/HawkAPI/releases/tag/v0.1.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<p align="center">
2-
<img src="hawk-logo.png" alt="Hawk" width="400">
2+
<img src="hawk-logo.png" alt="HawkAPI" width="400">
33
</p>
44

55
<p align="center">
66
<strong>High-performance Python web framework.</strong>
77
</p>
88

99
<p align="center">
10-
<a href="https://github.com/ashimov/Hawk/actions"><img src="https://github.com/ashimov/Hawk/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
10+
<a href="https://github.com/ashimov/HawkAPI/actions"><img src="https://github.com/ashimov/HawkAPI/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
1111
<a href="https://pypi.org/project/hawkapi/"><img src="https://img.shields.io/pypi/v/hawkapi.svg" alt="PyPI"></a>
1212
<a href="https://pypi.org/project/hawkapi/"><img src="https://img.shields.io/pypi/pyversions/hawkapi.svg" alt="Python"></a>
13-
<a href="https://github.com/ashimov/Hawk/blob/main/LICENSE"><img src="https://img.shields.io/github/license/ashimov/Hawk.svg" alt="License"></a>
14-
<a href="https://github.com/ashimov/Hawk"><img src="https://img.shields.io/badge/coverage-95%25-brightgreen.svg" alt="Coverage"></a>
13+
<a href="https://github.com/ashimov/HawkAPI/blob/main/LICENSE"><img src="https://img.shields.io/github/license/ashimov/HawkAPI.svg" alt="License"></a>
14+
<a href="https://github.com/ashimov/HawkAPI"><img src="https://img.shields.io/badge/coverage-95%25-brightgreen.svg" alt="Coverage"></a>
1515
<a href="https://hawkapi.ashimov.com"><img src="https://img.shields.io/badge/docs-hawkapi.ashimov.com-blue.svg" alt="Docs"></a>
1616
<a href="https://pypi.org/project/hawkapi/"><img src="https://img.shields.io/pypi/dm/hawkapi.svg" alt="Downloads"></a>
1717
<a href="benchmarks/competitive/RESULTS.md"><img src="https://img.shields.io/badge/benchmarks-5%2F6%20%F0%9F%8F%86-brightgreen.svg" alt="Benchmarks"></a>
@@ -1126,8 +1126,8 @@ python benchmarks/bench_vs_fastapi.py
11261126
## Development
11271127

11281128
```bash
1129-
git clone https://github.com/ashimov/Hawk.git
1130-
cd Hawk
1129+
git clone https://github.com/ashimov/HawkAPI.git
1130+
cd HawkAPI
11311131
pip install -e ".[dev]"
11321132

11331133
# Run tests (1211 tests)

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install "hawkapi[all]"
3030
## Development Install
3131

3232
```bash
33-
git clone https://github.com/ashimov/Hawk.git
33+
git clone https://github.com/ashimov/HawkAPI.git
3434
cd hawkapi
3535
pip install -e ".[dev]"
3636
```

docs/guide/benchmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
HawkAPI competes head-to-head with the top Python ASGI frameworks on six
44
standardised scenarios. Numbers are regenerated automatically every Monday
55
and on every release — see the live
6-
[`benchmarks/competitive/RESULTS.md`](https://github.com/ashimov/Hawk/blob/main/benchmarks/competitive/RESULTS.md).
6+
[`benchmarks/competitive/RESULTS.md`](https://github.com/ashimov/HawkAPI/blob/main/benchmarks/competitive/RESULTS.md).
77

88
## Methodology
99

@@ -28,7 +28,7 @@ As of 2026-04-17 (first committed snapshot), HawkAPI leads throughput on
2828
within 11 % on that scenario.
2929

3030
See
31-
[`benchmarks/competitive/RESULTS.md`](https://github.com/ashimov/Hawk/blob/main/benchmarks/competitive/RESULTS.md)
31+
[`benchmarks/competitive/RESULTS.md`](https://github.com/ashimov/HawkAPI/blob/main/benchmarks/competitive/RESULTS.md)
3232
for the full throughput + p99 latency breakdown per run.
3333

3434
## Reproducing locally

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: HawkAPI
22
site_description: High-performance Python web framework
33
site_url: https://hawkapi.ashimov.com
4-
repo_url: https://github.com/ashimov/Hawk
5-
repo_name: ashimov/Hawk
4+
repo_url: https://github.com/ashimov/HawkAPI
5+
repo_name: ashimov/HawkAPI
66

77
theme:
88
name: material

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ build = [
7777
hawkapi = "hawkapi.cli:main"
7878

7979
[project.urls]
80-
Homepage = "https://github.com/ashimov/Hawk"
80+
Homepage = "https://github.com/ashimov/HawkAPI"
8181
Documentation = "https://hawkapi.ashimov.com"
82-
Repository = "https://github.com/ashimov/Hawk"
82+
Repository = "https://github.com/ashimov/HawkAPI"
8383

8484
[tool.hatch.build.targets.wheel]
8585
packages = ["src/hawkapi"]

0 commit comments

Comments
 (0)