From 4dd0080e821682dda28036cd65b68d8eda9e51d2 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 13 Apr 2023 17:19:47 +0800 Subject: [PATCH] chore: fix unreachable links --- apps/emqx_gateway/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/apps/emqx_gateway/README.md b/apps/emqx_gateway/README.md index 8ef0fa30a..ebab3a7a9 100644 --- a/apps/emqx_gateway/README.md +++ b/apps/emqx_gateway/README.md @@ -49,13 +49,11 @@ clients. ### Raw Erlang Application This approach is the same as in EMQX 4.x. You need to implement an Erlang application, -which is packaged in EMQX as a [Plugin](todo) or as a source code dependency. +which is packaged in EMQX as a Plugin or as a source code dependency. In this approach, you do not need to respect any specifications of emqx_gateway, and you can freely implement the features you need. -Steps guide: [Implement Gateway via Raw Application](doc/implement_gateway_via_raw_appliction.md) - ### Respect emqx_gateway framework Similar to the first approach, you still need to implement an application using Erlang @@ -67,8 +65,6 @@ This is the approach we recommend. In this approach, your implementation can be by the emqx_gateway framework, even if it may require you to understand more details about it. -Steps guide: [Implement Gateway via Gateway framework](doc/implement_gateway_via_gateway_framekwork.md) - ### Use ExProto Gateway (Non-Erlang developers) If you want to implement your gateway using other programming languages such as @@ -77,11 +73,6 @@ Java, Python, Go, etc. You need to implement a gRPC service in the other programming language to parse your device protocol and integrate it with EMQX. -Refer to: [ExProto Gateway](../emqx_exproto/README.md) - -## Understand emqx_gateway framework - -*WIP* ## Contributing @@ -89,4 +80,4 @@ Please see our [contributing.md](../../CONTRIBUTING.md). ## License -See [LICENSE](../../LICENSE) +See [LICENSE](../../APL.txt)