From 2ce9f007538daec4704ff6eb0e3dd7a6007ab959 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 10 Feb 2017 00:40:36 -0800 Subject: [PATCH] populate missing links --- website/source/docs/extend/builder.html.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/source/docs/extend/builder.html.md b/website/source/docs/extend/builder.html.md index 24275a68c..8861d6267 100644 --- a/website/source/docs/extend/builder.html.md +++ b/website/source/docs/extend/builder.html.md @@ -125,7 +125,8 @@ Post-processors use the builder ID value in order to make some assumptions about the artifact results, so it is important it never changes. Other than the builder ID, the rest should be self-explanatory by reading the -[packer.Artifact interface documentation](#). +[packer.Artifact interface +documentation](https://github.com/mitchellh/packer/blob/master/packer/artifact.go). ## Provisioning @@ -167,4 +168,6 @@ operating system ISO from the internet. Most of the time, this ISO is identical. The locking mechanisms of the cache allow one of the builders to download it only once, but allow both builders to share the downloaded file. -The [documentation for packer.Cache](#) is very detailed in how it works. +The [documentation for +packer.Cache](https://github.com/mitchellh/packer/blob/master/packer/cache.go) +is very detailed in how it works.