Skip to content

Commit

Permalink
Update cookie banner url
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Jan 25, 2024
1 parent a80e217 commit 3c70e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<button type="button" class="md-button md-button--primary" onclick="acceptcookie()">Accept</button>
<div class="opt-out">
<hr>
<p><a href="/development/about-analytics-cookies/">Learn about analytics cookies and how you can take steps to opt-out from sharing your usage data.</a></p>
<p><a href="/docs/about-analytics-cookies/">Learn about analytics cookies and how you can take steps to opt-out from sharing your usage data.</a></p>
<button type="button" class="md-button" onclick="optout()">I understand how to opt-out, hide this notice.</button>
</div>
</div>
Expand All @@ -121,7 +121,7 @@
<div class="cookienotice md-typeset">
<div class="text">
<p>We use analytics and cookies to understand site traffic. Information about your use of
our site is shared with Google for that purpose. <a href="/development/about-analytics-cookies/">Learn more.</a>
our site is shared with Google for that purpose. <a href="/docs/about-analytics-cookies/">Learn more.</a>
</p>
</div>
<div class="buttons">
Expand Down

0 comments on commit 3c70e9a

Please sign in to comment.