Skip to content

Commit 8eaf328

Browse files
authored
Merge pull request #166 from CortexIntelligentAutomation/feature/important-new-powershell-window
fix?
2 parents b2fabe7 + 5493b17 commit 8eaf328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/_default/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ section = ["HTML", "print"]
8383

8484
[params]
8585
copyright = "We Are CORTEX is registered as CORTEX LTD"
86-
privacy_policy = "https://www.wearecortex.com/policies/external-data-policy/"
86+
privacy_policy = "https://www.wearecortex.com/external-data-policy/"
8787

8888
# First one is picked as the Twitter card image if not set on page.
8989
# images = ["images/project-illustration.png"]
@@ -175,7 +175,7 @@ enable = true
175175
# Legal info relevant links. These will show up on left side of footer.
176176
[[params.links.legal]]
177177
name = "Privacy Policy"
178-
url = "https://www.wearecortex.com/policies/external-data-policy/"
178+
url = "https://www.wearecortex.com/external-data-policy/"
179179
[[params.links.legal]]
180180
name = "Terms and Conditions"
181181
url = "https://www.wearecortex.com/terms/"

0 commit comments

Comments
 (0)