Skip to content

Commit

Permalink
docs: update the error-log-logger plugin docs (#3562)
Browse files Browse the repository at this point in the history
related #3473
  • Loading branch information
jpcarroll authored Feb 9, 2021
1 parent 153e847 commit c895cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/plugins/error-log-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion doc/zh-cn/plugins/error-log-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c895cdf

Please sign in to comment.