Skip to content

Commit 9ac080d

Browse files
authored
Merge pull request #1103 from graphql/update-tm-links
Update trademark details
2 parents 0d9eb48 + a1dde27 commit 9ac080d

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

src/components/Footer/index.tsx

+10-9
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,16 @@ const Footer = ({ sourcePath }: { sourcePath: string }) => {
107107
</section>
108108
<section className="copyright">
109109
Copyright © {`${new Date().getFullYear()}`} The GraphQL Foundation.
110-
All rights reserved. The Linux Foundation has registered trademarks
111-
and uses trademarks. For a list of trademarks of The Linux Foundation,
112-
please see our{" "}
113-
<a href="https://www.linuxfoundation.org/trademark-usage">
114-
Trademark Usage
115-
</a>{" "}
116-
page. Linux is a registered trademark of Linus Torvalds.{" "}
117-
<a href="http://www.linuxfoundation.org/privacy">Privacy Policy</a>{" "}
118-
and <a href="http://www.linuxfoundation.org/terms">Terms of Use</a>.
110+
All rights reserved.<br />
111+
For web site terms of use, trademark policy and general project
112+
policies please see&nbsp;
113+
<a
114+
href="https://lfprojects.org"
115+
target="_blank"
116+
>
117+
https://lfprojects.org
118+
</a>
119+
.
119120
</section>
120121
</footer>
121122
</div>

src/pages/brand.tsx

+2-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ export default ({ pageContext }) => {
2323
GraphQL Foundation
2424
</a>
2525
. Use of the trademark and logo are subject to the{" "}
26-
<a
27-
href="https://lfprojects.org/policies/trademark-policy"
28-
target="_blank"
29-
>
30-
Linux Foundation trademark policy
26+
<a href="https://lfprojects.org/policies/trademark-policy/"
27+
target="_blank">LF Projects trademark policy
3128
</a>
3229
.
3330
</p>

0 commit comments

Comments
 (0)