From 419e7fad3d2694bd868ffae4cf3351ba657d763c Mon Sep 17 00:00:00 2001 From: Brian Cappello Date: Tue, 29 Dec 2015 16:28:20 -0500 Subject: [PATCH] fix broken link for plugin api property env --- content/docs/api/plugins/plugin/env/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/plugins/plugin/env/contents.lr b/content/docs/api/plugins/plugin/env/contents.lr index f45df980..5ce55c64 100644 --- a/content/docs/api/plugins/plugin/env/contents.lr +++ b/content/docs/api/plugins/plugin/env/contents.lr @@ -6,5 +6,5 @@ summary: A reference to the active environment. --- body: -This is just a reference back to the [Environment :ref](../../../env/) +This is just a reference back to the [Environment :ref](../../../environment/) that the plugin belongs to.