File tree 2 files changed +12
-14
lines changed
2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,16 @@ const Footer = ({ sourcePath }: { sourcePath: string }) => {
107
107
</ section >
108
108
< section className = "copyright" >
109
109
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
113
+ < a
114
+ href = "https://lfprojects.org"
115
+ target = "_blank"
116
+ >
117
+ https://lfprojects.org
118
+ </ a >
119
+ .
119
120
</ section >
120
121
</ footer >
121
122
</ div >
Original file line number Diff line number Diff line change @@ -23,11 +23,8 @@ export default ({ pageContext }) => {
23
23
GraphQL Foundation
24
24
</ a >
25
25
. 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
31
28
</ a >
32
29
.
33
30
</ p >
You can’t perform that action at this time.
0 commit comments