From 9fc28f86e6871673b49f4ada7e8f9164f4ab76c6 Mon Sep 17 00:00:00 2001 From: SHOO Date: Thu, 12 Mar 2020 10:12:13 +0900 Subject: [PATCH] Update README.md Fix link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6006d7..bc76d3f 100644 --- a/README.md +++ b/README.md @@ -313,8 +313,8 @@ The response type corresponds to the request type. | Request Type | Response Type | |:----------------------|:---------------------| -| [ReqEcho](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqEcho) | [ResEcho](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResEcho), [ResErr](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) | -| [ReqInfo](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqInfo) | [ResInfo](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResInfo), [ResErr](https://shoo.github.io/gendoc/shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) | +| [ReqEcho](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqEcho) | [ResEcho](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResEcho), [ResErr](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) | +| [ReqInfo](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ReqInfo) | [ResInfo](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResInfo), [ResErr](https://shoo.github.io/gendoc/gendoc--gendoc.cmdpipe.html#.ResErr) | Each piece of information is composed of a JSON object composed of `type` and `value` as follows, and the `value` includes a payload. The following examples include line breaks and indents for readability, but do not break lines in the data actually used.