This is an automated email from the ASF dual-hosted git repository.
wenming 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 b7aba9649 docs: Update getting-started.md (#8763)
b7aba9649 is described below
commit b7aba9649cafd7468486f1ea1ffd7886fbb1e524
Author: ZhangShangyu <[email protected]>
AuthorDate: Sat Feb 18 22:06:21 2023 +0800
docs: Update getting-started.md (#8763)
change nginx var link from http to https, avoid browser unsafe tips
---
docs/en/latest/getting-started.md | 2 +-
docs/zh/latest/getting-started.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/getting-started.md
b/docs/en/latest/getting-started.md
index 31014894d..dbeff5d19 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -49,7 +49,7 @@ APISIX facilitates interface traffic handling for websites,
mobile and IoT appli
- Multi-platform support: APISIX can run from bare-metal machines to
Kubernetes providing a vendor neutral, multi-platform solution. It also
provides integration to cloud services like AWS Lambda, Azure Function, Lua
functions and Apache OpenWhisk.
- Fully dynamic: APISIX supports hot-reloading, meaning you don't need to
restart the service to reflect changes in the configuration.
-- Fine-grained routing: APISIX supports using all [built-in NGINX
variables](http://nginx.org/en/docs/varindex.html) for routing. You can define
custom matching functions to filter requests and match Route.
+- Fine-grained routing: APISIX supports using all [built-in NGINX
variables](https://nginx.org/en/docs/varindex.html) for routing. You can define
custom matching functions to filter requests and match Route.
- Ops-friendly: APISIX is renowned for its ops-friendliness by DevOps teams.
It integrates with tools and platforms like [HashiCorp
Vault](./terminology/secret.md#use-vault-to-manage-secrets),
[Zipkin](./plugins/zipkin.md), [Apache SkyWalking](./plugins/skywalking.md),
[Consul](./discovery/consul_kv.md), [Nacos](./discovery/nacos.md) and
[Eureka](./discovery.md). With [APISIX
Dashboard](https://github.com/apache/apisix-dashboard), operators can configure
APISIX through an easy-to-use and [...]
- Multi-language Plugin support: APISIX supports multiple programming
languages for Plugin development. Developers can choose a language-specific SDK
to write custom Plugins.
diff --git a/docs/zh/latest/getting-started.md
b/docs/zh/latest/getting-started.md
index 04618dc03..9ab54e44e 100644
--- a/docs/zh/latest/getting-started.md
+++ b/docs/zh/latest/getting-started.md
@@ -48,7 +48,7 @@ Apache APISIX 是 Apache 软件基金会下的云原生 API 网关,它兼具
- 多平台支持:APISIX 提供了多平台解决方案,它不但支持裸机运行,也支持在 Kubernetes 中使用,还支持与 AWS Lambda、Azure
Function、Lua 函数和 Apache OpenWhisk 等云服务集成。
- 全动态能力:APISIX 支持热加载,这意味着你不需要重启服务就可以更新 APISIX 的配置。请访问[为什么 Apache APISIX 选择
Nginx + Lua
这个技术栈?](https://apisix.apache.org/zh/blog/2021/08/25/why-apache-apisix-chose-nginx-and-lua/)以了解实现原理。
-- 精细化路由:APISIX 支持使用 [NGINX
内置变量](http://nginx.org/en/docs/varindex.html)做为路由的匹配条件,你可以自定义匹配函数来过滤请求,匹配路由。
+- 精细化路由:APISIX 支持使用 [NGINX
内置变量](https://nginx.org/en/docs/varindex.html)做为路由的匹配条件,你可以自定义匹配函数来过滤请求,匹配路由。
- 运维友好:APISIX 支持与以下工具和平台集成:[HashiCorp
Vault](./terminology/secret.md#使用-vault-管理密钥)、[Zipkin](./plugins/zipkin.md)、[Apache
SkyWalking](./plugins/skywalking.md)、[Consul](./discovery/consul_kv.md)、[Nacos](./discovery/nacos.md)、[Eureka](./discovery.md)。通过
[APISIX Dashboard](/docs/dashboard/USER_GUIDE),运维人员可以通过友好且直观的 UI 配置 APISIX。
- 多语言插件支持:APISIX 支持多种开发语言进行插件开发,开发人员可以选择擅长语言的 SDK 开发自定义插件。