From f7b85c047f8ea5fcde759860da1dae3e04c3dbb4 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 3 Nov 2016 00:30:03 +0100 Subject: [PATCH] fix #1226 --- docs/dsl_resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsl_resource.md b/docs/dsl_resource.md index fb08a3ea9f..c8ed424073 100644 --- a/docs/dsl_resource.md +++ b/docs/dsl_resource.md @@ -90,4 +90,4 @@ class GordonConfig < Inspec.resource(1) end ``` -For a full example, see our [example resource](../examples/profile/libraries/gordon_config.rb). +For a full example, see our [example resource](https://github.com/chef/inspec/blob/master/examples/profile/libraries/gordon_config.rb).