From c9d546a7ea1bec695430c2deff8687b8bfa60a61 Mon Sep 17 00:00:00 2001 From: Neil Kidd Date: Mon, 29 Jun 2020 10:02:37 +0100 Subject: [PATCH] Fix broken external link (#9496) --- website/pages/docs/templates/engine.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/templates/engine.mdx b/website/pages/docs/templates/engine.mdx index bd07086bd..ebf50fd2e 100644 --- a/website/pages/docs/templates/engine.mdx +++ b/website/pages/docs/templates/engine.mdx @@ -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.