From 1545e3293ed7a8f76470d9ffc971052d75035c6d Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 27 Feb 2023 13:41:58 +0100 Subject: [PATCH] remove redundant link Signed-off-by: Johan Haals --- docs/plugins/structure-of-a-plugin.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/plugins/structure-of-a-plugin.md b/docs/plugins/structure-of-a-plugin.md index c71b27b448..8bf21bf589 100644 --- a/docs/plugins/structure-of-a-plugin.md +++ b/docs/plugins/structure-of-a-plugin.md @@ -117,5 +117,3 @@ backend-side authorization. To smooth this process out you can use proxy - either the one you already have (like Nginx, HAProxy, etc.) or the proxy-backend plugin that we provide for the Backstage backend. [Read more](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/README.md) - -[Back to Getting Started](../README.md)