Skip to content

Commit de4f35f

Browse files
authored
Add linux foundation trademark (#5830)
* Add linux foundation trademark * Update cookie banner url
1 parent 506aa83 commit de4f35f

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

netlify.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
to = "/docs/community/"
2828
status = 301
2929

30-
[[redirects]]
31-
from = "/about-analytics-cookies/"
32-
to = "/development/about-analytics-cookies/"
33-
status = 301
34-
3530
[[redirects]]
3631
from = "/docs/help/contributor/*"
3732
to = "https://github.com/knative/docs/blob/main/contribute-to-docs/README.md"

overrides/partials/footer.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
7373
</div>
7474

7575
<div class="footer-links md-footer-copyright">
76+
<a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a> |
7677
<a href="https://policies.google.com/privacy">Privacy Policy</a> |
77-
<a href="/development/about-analytics-cookies/">Cookie Usage</a> |
78+
<a href="/docs/about-analytics-cookies/">Cookie Usage</a> |
7879
<a href="https://github.com/knative/docs/blob/main/LICENSE">Apache-2.0 LICENSE</a> |
7980
<a href="https://github.com/knative/docs/blob/main/LICENSE-docs">CC BY 4.0 LICENSE</a> |
8081
<a href="https://squidfunk.github.io/mkdocs-material/">Made by Material MkDocs</a>
@@ -98,7 +99,7 @@
9899
</div>
99100
</footer>
100101

101-
<!-- Cookie Bannier -->
102+
<!-- Cookie Banner -->
102103
<div id="cookieModal" class="md-typeset modal custom fade" role="dialog" data-backdrop="false">
103104
<div class="modal-dialog modal-xl">
104105
<div class="modal-content">
@@ -109,7 +110,7 @@
109110
<button type="button" class="md-button md-button--primary" onclick="acceptcookie()">Accept</button>
110111
<div class="opt-out">
111112
<hr>
112-
<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>
113+
<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>
113114
<button type="button" class="md-button" onclick="optout()">I understand how to opt-out, hide this notice.</button>
114115
</div>
115116
</div>
@@ -120,7 +121,7 @@
120121
<div class="cookienotice md-typeset">
121122
<div class="text">
122123
<p>We use analytics and cookies to understand site traffic. Information about your use of
123-
our site is shared with Google for that purpose. <a href="/development/about-analytics-cookies/">Learn more.</a>
124+
our site is shared with Google for that purpose. <a href="/docs/about-analytics-cookies/">Learn more.</a>
124125
</p>
125126
</div>
126127
<div class="buttons">

0 commit comments

Comments
 (0)