File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function collectHeadings(
8383
8484const websiteName = 'Devfile.io' ;
8585const websiteDescription = 'An open standard defining containerized development environments.' ;
86- const lfTrademarkUsageUrl = 'https://www.linuxfoundation. org/trademark-usage /' ;
86+ const lfTrademarkUsageUrl = 'https://lfprojects. org/policies /' ;
8787
8888function LandingPage ( { Component, pageProps } : AppProps ) : JSX . Element {
8989 const { markdoc } = pageProps as MarkdocNextJsPageProps ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const analyticsConfig = {
2727} ;
2828
2929const websiteName = 'Devfile Registry' ;
30- const lfTrademarkUsageUrl = 'https://www.linuxfoundation. org/trademark-usage /' ;
30+ const lfTrademarkUsageUrl = 'https://lfprojects. org/policies /' ;
3131
3232function CustomApp ( { Component, pageProps } : AppProps ) : JSX . Element {
3333 return (
Original file line number Diff line number Diff line change @@ -51,13 +51,15 @@ export function Footer(props: FooterProps): JSX.Element {
5151 ) }
5252 { lfTrademarkUsageUrl && (
5353 < p className = "text-base text-slate-500 dark:text-slate-400" >
54- The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a
55- list of TLF trademarks, see
54+ Copyright © Devfile a Series of LF Projects, LLC
55+ < br />
56+ For website terms of use, trademark policy and other project policies please see
5657 < Link
5758 href = { lfTrademarkUsageUrl }
5859 className = "text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300"
60+ target = "_blank"
5961 >
60- Trademark Usage
62+ { lfTrademarkUsageUrl . replace ( / h t t p s : \/ \/ | h t t p : \/ \/ / g , "" ) }
6163 </ Link >
6264 .
6365 </ p >
You can’t perform that action at this time.
0 commit comments