Sfoglia il codice sorgente

fix(docs): links in readme

zu1k 2 anni fa
parent
commit
9f385e35d9
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      README.md
  2. 2 2
      README_zh.md

+ 2 - 2
README.md

@@ -8,9 +8,9 @@
 [![GitHub license](https://img.shields.io/github/license/zu1k/good-mitm)](https://github.com/zu1k/good-mitm/blob/master/LICENSE)
 [![Docs](https://img.shields.io/badge/docs-read-blue.svg?style=flat)](https://good-mitm.zu1k.com/)
 
-#### [中文版](github.com/zu1k/good-mitm/blob/master/README_zh.md)
+#### [中文版](https://github.com/zu1k/good-mitm/blob/master/README_zh.md)
 
-Utilize the `MITM` technique to perform operations such as `rewrite`, `redirect`, `reject` requests and responses.
+Rule-based MITM engine. Rewriting, redirecting and rejecting on HTTP(S) requests and responses, supports JavaScript.
 
 ## Features
 

+ 2 - 2
README_zh.md

@@ -8,9 +8,9 @@
 [![GitHub license](https://img.shields.io/github/license/zu1k/good-mitm)](https://github.com/zu1k/good-mitm/blob/master/LICENSE)
 [![Docs](https://img.shields.io/badge/docs-read-blue.svg?style=flat)](https://good-mitm.zu1k.com/)
 
-#### [English](github.com/zu1k/good-mitm/blob/master/README.md)
+#### [English](https://github.com/zu1k/good-mitm/blob/master/README.md)
 
-利用`MITM`技术实现请求和返回的`重写`、`重定向`、`阻断`等操作
+基于规则的 MITM 引擎,支持 HTTP(S) 请求和返回的重写、重定向和阻断操作,支持 JavaScript 脚本介入
 
 ## 功能