This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 29f8e7e53 docs: fix link of hot-reload in docs (#7081)
29f8e7e53 is described below
commit 29f8e7e53990776ecac20bfff2bfbbadb6367847
Author: Bowen Li <[email protected]>
AuthorDate: Fri May 20 10:17:32 2022 +0800
docs: fix link of hot-reload in docs (#7081)
---
docs/en/latest/FAQ.md | 4 ++--
docs/zh/latest/FAQ.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 7fc30c2be..df9d94fea 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -33,7 +33,7 @@ Apache APISIX differs in the following ways:
- It uses etcd to save and synchronize configurations rather than relational
databases like PostgreSQL or MySQL. The real-time event notification system in
etcd is easier to scale than in these alternatives. This allows APISIX to
synchronize the configuration in real-time, makes the code concise and avoids a
single point of failure.
- Fully dynamic.
-- Supports [hot loading of Plugins](/docs/apisix/plugins/#hot-reload).
+- Supports [hot loading of Plugins](./terminology/plugin.md#hot-reload).
## What is the performance impact of using Apache APISIX?
@@ -249,7 +249,7 @@ nginx_config:
All Plugins in Apache APISIX are hot reloaded.
-You can learn more about hot reloading of Plugins
[here](https://apisix.apache.org/docs/apisix/architecture-design/plugin/#hot-reload).
+You can learn more about hot reloading of Plugins
[here](./terminology/plugin.md#hot-reload).
## How do I configure Apache APISIX to listen on multiple ports when handling
HTTP or HTTPS requests?
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index d75b70566..9346780c2 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -34,7 +34,7 @@ Apache APISIX 在以下方面有所不同:
— 它使用 etcd 来保存和同步配置,而不是使用如 PostgreSQL 或 MySQL 这类的关系数据库。etcd
中的实时事件通知系统比这些替代方案更容易扩展。这允许 APISIX 实时同步配置,使代码简洁,并避免单点故障。
- 完全动态
-- 支持[热加载插件](/docs/apisix/terminology/plugin#热加载)。
+- 支持[热加载插件](./terminology/plugin.md#热加载)。
## APISIX 所展现出的性能如何?
@@ -252,7 +252,7 @@ nginx_config:
所有的 Apache APISIX 的插件都支持热加载的方式。
-如果你想了解更多关于热加载的内容,请参考[热加载](../terminology/plugin#热加载)。
+如果你想了解更多关于热加载的内容,请参考[热加载](./terminology/plugin.md#热加载)。
## 在处理 HTTP 或 HTTPS 请求时,我该如何配置 Apache APISIX 来监听多个端口?