You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/02/09 01:20:00 UTC

[apisix] branch master updated: docs: update the error-log-logger plugin docs (#3562)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c895cdf  docs: update the error-log-logger plugin docs (#3562)
c895cdf is described below

commit c895cdf4ff008c13dec8197e9f0a0407be144517
Author: Jack Carroll <jp...@gmail.com>
AuthorDate: Mon Feb 8 20:19:49 2021 -0500

    docs: update the error-log-logger plugin docs (#3562)
    
    related #3473
---
 doc/plugins/error-log-logger.md       | 2 +-
 doc/zh-cn/plugins/error-log-logger.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/plugins/error-log-logger.md b/doc/plugins/error-log-logger.md
index 3bf033a..2249b63 100644
--- a/doc/plugins/error-log-logger.md
+++ b/doc/plugins/error-log-logger.md
@@ -92,7 +92,7 @@ plugins:                          # plugin list
 Step: update the attributes of the plugin
 
 ```shell
-curl http://127.0.0.1:9080//apisix/admin/plugin_metadata/error-log-logger -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
+curl http://127.0.0.1:9080/apisix/admin/plugin_metadata/error-log-logger -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
 {
   "host": "127.0.0.1",
   "port": 1999,
diff --git a/doc/zh-cn/plugins/error-log-logger.md b/doc/zh-cn/plugins/error-log-logger.md
index 2d4aa05..8aa22be 100644
--- a/doc/zh-cn/plugins/error-log-logger.md
+++ b/doc/zh-cn/plugins/error-log-logger.md
@@ -90,7 +90,7 @@ plugins:                          # plugin list
 步骤:更新插件属性
 
 ```shell
-curl http://127.0.0.1:9080//apisix/admin/plugin_metadata/error-log-logger -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
+curl http://127.0.0.1:9080/apisix/admin/plugin_metadata/error-log-logger -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
 {
   "host": "127.0.0.1",
   "port": 1999,