Skip to content

Commit bc0100d

Browse files
authored
Merge pull request #1085 from ilmax/ilmax-patch-1
[Tiny] - Fix image scr in documentation
2 parents 29ae181 + ab5d5e4 commit bc0100d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/plan-preview.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Plan preview"
44

55
Digger runs `terraform plan` whenever a pull request is raised, and appends output as comment
66

7-
<img height="200" src="images/digger-plan-preview.png" />
7+
<img height="200" src="/images/digger-plan-preview.png" />
88

99
Digger run report also contains other useful info e.g. results of policy checks.
1010

@@ -17,4 +17,4 @@ You can also re-plan by commenting `digger plan` (see [CommentOps](/features/com
1717

1818
* By performing locks on pull request we guarantee that the plan preview on the pull request is not stale. i.e. the infrastructure was not touched by another subsequent change
1919

20-
* Code in github: [https://github.com/diggerhq/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/digger/digger.go#L228](https://github.com/diggerhq/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/digger/digger.go#L228)
20+
* Code in github: [https://github.com/diggerhq/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/digger/digger.go#L228](https://github.com/diggerhq/digger/blob/5815775095d7380281c71c7c3aa63ca1b374365f/pkg/digger/digger.go#L228)

0 commit comments

Comments
 (0)