mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix broken external link (#9496)
This commit is contained in:
parent
c2975140cf
commit
c9d546a7ea
1 changed files with 1 additions and 1 deletions
2
website/pages/docs/templates/engine.mdx
vendored
2
website/pages/docs/templates/engine.mdx
vendored
|
|
@ -273,7 +273,7 @@ Formatting for the function `isotime` uses the magic reference date **Mon Jan 2
|
|||
_The values in parentheses are the abbreviated, or 24-hour clock values_
|
||||
|
||||
For those unfamiliar with GO date/time formatting, here is a link to the
|
||||
documentation: [go date/time formatting](https://programming.guide/go/format-parse-string-time-date-example)
|
||||
documentation: [go date/time formatting](https://programming.guide/go/format-parse-string-time-date-example.html)
|
||||
|
||||
Note that "-0700" is always formatted into "+0000" because `isotime` is always
|
||||
UTC time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue