1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-09 00:22:41 +00:00

Correct links and images in README

This commit is contained in:
Fantix King 2022-05-29 15:09:09 -04:00
parent 85799a1624
commit 6ca4161a46
No known key found for this signature in database
GPG key ID: 95304B04071CCDB4
5 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,6 @@
include README*.md
include Makefile
include architecture.png
include architecture.*.png
recursive-include src *.pyx *.pxd *.h
include resolver/Cargo.toml
include resolver/Cargo.lock

View file

@ -1,5 +1,7 @@
# kLoop
[中文](README.zh.md)
kLoop is an implementation of the Python
[asyncio](https://docs.python.org/3/library/asyncio.html) event loop written
in [Cython](https://cython.org/), using
@ -47,6 +49,6 @@ Development and testing is done on Ubuntu 22.04.
## Architecture Diagram
![architecture.png](architecture.png)
![architecture.png](architecture.en.png)
Looks like the Lucky Charms factory, says @aaronbrighton ...

View file

@ -1,6 +1,6 @@
# kLoop
[English](README.en.md)
[English](README.md)
kLoop 是一个 Python
[asyncio](https://docs.python.org/3/library/asyncio.html)
@ -43,6 +43,6 @@ kLoop 的源代码或发行版。
## 架构图
![架构图.png](architecture.png)
![架构图.png](architecture.zh.png)
@aaronbrighton 说像 Lucky Charms 卡通麦片工厂……

0
architecture.zh.png Normal file
View file