From 82315853534efea83559ccc0359620dabc93cc22 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Mon, 26 Jun 2023 22:22:36 +0800 Subject: [PATCH] docs(developer): correct the plugin development guide url (#11116) Correct the Plugin Development Guide url. --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 6becbfa5fce..8ee7831e06a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -10,7 +10,7 @@ If you are planning on developing on Kong, you'll need a development installation. The `master` branch holds the latest unreleased source code. You can read more about writing your own plugins in the [Plugin Development -Guide](https://docs.konghq.com/latest/plugin-development/), or browse an +Guide](https://docs.konghq.com/gateway/latest/plugin-development/), or browse an online version of Kong's source code documentation in the [Plugin Development Kit (PDK) Reference](https://docs.konghq.com/latest/pdk/).