From 77d6c00730f86409246fadee9e307644610471b4 Mon Sep 17 00:00:00 2001 From: Art Berger Date: Mon, 21 Feb 2022 14:55:48 -0500 Subject: [PATCH 1/3] Changing the header link Part of go-live for new website --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6461c335d28..d307b9d032d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,6 +24,6 @@ defer src="//js.hs-scripts.com/5130874.js" > - From 670fe4a9dc4955aada051a6d9d1bdded19d4a8f5 Mon Sep 17 00:00:00 2001 From: Art Berger Date: Mon, 21 Feb 2022 14:58:00 -0500 Subject: [PATCH 2/3] Add changelog --- changelog/v0.0.12/header.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/v0.0.12/header.yaml diff --git a/changelog/v0.0.12/header.yaml b/changelog/v0.0.12/header.yaml new file mode 100644 index 00000000000..a37f962b4d7 --- /dev/null +++ b/changelog/v0.0.12/header.yaml @@ -0,0 +1,3 @@ +changelog: + - type: FIX + description: Updates the link in the menu header to point to the temporary landing page site. \ No newline at end of file From ab615142bd3705dcda7e2f395aea7d30c55e1f3d Mon Sep 17 00:00:00 2001 From: Art Berger Date: Mon, 21 Feb 2022 14:59:03 -0500 Subject: [PATCH 3/3] fix changelog --- changelog/v0.0.12/header.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/v0.0.12/header.yaml b/changelog/v0.0.12/header.yaml index a37f962b4d7..68ee9b4ddd0 100644 --- a/changelog/v0.0.12/header.yaml +++ b/changelog/v0.0.12/header.yaml @@ -1,3 +1,5 @@ changelog: - type: FIX + issuelink: https://github.com/solo-io/doctopus/issues/45 + resolvesIssue: false description: Updates the link in the menu header to point to the temporary landing page site. \ No newline at end of file