From 10d4b11d59f8cb476e01141848e57d921d38d2a8 Mon Sep 17 00:00:00 2001 From: funa-tk <1781263+funa-tk@users.noreply.github.com> Date: Tue, 29 Oct 2019 16:50:32 +0900 Subject: [PATCH 1/3] update the links to new english manuals --- README.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 63f0f23..c0f30cf 100644 --- a/README.en.md +++ b/README.en.md @@ -14,7 +14,7 @@ It can be used for development assistance or for risk assessments. # Features -- **Major features for local proxy tool** +- **Full featured local proxy tool** - History and filtering of packets' data - Show, search, modify, and diff packets' data - Interception @@ -35,12 +35,12 @@ It can be used for development assistance or for risk assessments. # Usage -Please see this page: [For Users](https://github.com/DeNA/PacketProxy/wiki/%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%8B) +Please see this page: [For Users](https://github.com/DeNA/PacketProxy/wiki/Using-PacketProxy) # Development If you want to develop support for additional protocols or improve on the base PacketProxy application, please refer to this page: -[For Developers](https://github.com/DeNA/PacketProxy/wiki/%E9%96%8B%E7%99%BA%E3%81%99%E3%82%8B) +[For Developers](https://github.com/DeNA/PacketProxy/wiki/Developing-PacketProxy) # License From f187ebc8ebb2507cf02329dc076272a9c78a0c5b Mon Sep 17 00:00:00 2001 From: funa-tk <1781263+funa-tk@users.noreply.github.com> Date: Tue, 29 Oct 2019 17:04:59 +0900 Subject: [PATCH 2/3] add link to README.en.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 985184b..6fba97f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![CircleCI](https://circleci.com/gh/DeNA/PacketProxy/tree/master.svg?style=svg)](https://circleci.com/gh/DeNA/PacketProxy/tree/master) +[English version]("https://github.com/DeNA/PacketProxy/blob/master/README.en.md") + # PacketProxyとは? PacketProxyは、HTTP/HTTPS通信だけでなく、より低レイヤーのTCP/UDPを利用したバイナリ通信にも対応した、オープンソースのローカルプロキシツールです。 From 2fd0c13d0436d790bfebf778a2c03df122b2ddfa Mon Sep 17 00:00:00 2001 From: funa-tk <1781263+funa-tk@users.noreply.github.com> Date: Tue, 29 Oct 2019 17:05:58 +0900 Subject: [PATCH 3/3] delete double quotes of the link to en manual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fba97f..159bce8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CircleCI](https://circleci.com/gh/DeNA/PacketProxy/tree/master.svg?style=svg)](https://circleci.com/gh/DeNA/PacketProxy/tree/master) -[English version]("https://github.com/DeNA/PacketProxy/blob/master/README.en.md") +[English version](https://github.com/DeNA/PacketProxy/blob/master/README.en.md) # PacketProxyとは?