Skip to content

Commit e5e09d7

Browse files
committed
Fix outdated links
1 parent a859a99 commit e5e09d7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/components/About/AboutFooter.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ export const AboutFooter = () => {
151151
</LinkGroup>
152152
<LinkGroup>
153153
<LinkGroupTitle>Protocol</LinkGroupTitle>
154-
<ExternalTextLink href="https://lux.chat">Community</ExternalTextLink>
154+
<ExternalTextLink href="https://lux.link">Ecosystem</ExternalTextLink>
155155
<ExternalTextLink href="https://lux.vote">Governance</ExternalTextLink>
156-
<ExternalTextLink href="https://github.com/luxdefi">Developers</ExternalTextLink>
156+
<ExternalTextLink href="https://github.com/luxfi">Developers</ExternalTextLink>
157157
</LinkGroup>
158158
<LinkGroup>
159159
<LinkGroupTitle>Company</LinkGroupTitle>
@@ -162,14 +162,14 @@ export const AboutFooter = () => {
162162
name={SharedEventName.ELEMENT_CLICKED}
163163
element={InterfaceElementName.CAREERS_LINK}
164164
>
165-
<ExternalTextLink href="https://docs.lux.finance/about/v/lux-job-listings">Careers</ExternalTextLink>
165+
<ExternalTextLink href="https://lux.careers">Careers</ExternalTextLink>
166166
</TraceEvent>
167167
<TraceEvent
168168
events={[BrowserEvent.onClick]}
169169
name={SharedEventName.ELEMENT_CLICKED}
170170
element={InterfaceElementName.BLOG_LINK}
171171
>
172-
<ExternalTextLink href="https://blog.lux.exchange">Blog</ExternalTextLink>
172+
<ExternalTextLink href="https://lux.blog">Blog</ExternalTextLink>
173173
</TraceEvent>
174174
</LinkGroup>
175175
<LinkGroup>
@@ -180,7 +180,7 @@ export const AboutFooter = () => {
180180
element={InterfaceElementName.SUPPORT_LINK}
181181
>
182182
<ExternalTextLink
183-
href="https://help.lux.exchange"
183+
href="https://lux.help"
184184
target="_blank"
185185
rel="noopener noreferrer"
186186
>
@@ -192,7 +192,7 @@ export const AboutFooter = () => {
192192
name={SharedEventName.ELEMENT_CLICKED}
193193
element={InterfaceElementName.SUPPORT_LINK}
194194
>
195-
<ExternalTextLink href="https://help.lux.exchange">Help Center</ExternalTextLink>
195+
<ExternalTextLink href="https://lux.help">Help Center</ExternalTextLink>
196196
</TraceEvent>
197197
</LinkGroup>
198198
</FooterLinks>

src/components/About/ProtocolBanner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const ProtocolBanner = () => {
9595
</DescriptionText>
9696
</TextContainer>
9797
<BannerButtonContainer>
98-
<BannerButton width="200px" as="a" href="https://docs.lux.finance" rel="noopener noreferrer" target="_blank">
98+
<BannerButton width="200px" as="a" href="https://docs.lux.network" rel="noopener noreferrer" target="_blank">
9999
Learn more
100100
</BannerButton>
101101
</BannerButtonContainer>

src/constants/proposals/uniswap_grants_proposal_description.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Starting with just six members enables the committee to efficiently fund project
4646
4747
This proposal recommends a max cap of $150K per quarter, with the ability to reevaluate biannually at each epoch (two fiscal quarters). While the Lux DAO Grants Committee will be the decision makers around individual grants, respective budgets, roadmaps, and milestones, any top-level changes to LGP including epochs and max cap, will require full community quorum (4% approval).
4848
49-
The Lux DAO will be funded by the LUX treasury according to the[ release schedule](https://docs.lux.finance/) set out by the Lux team, whereby 43% of the LUX treasury is released over a four-year timeline. In Year 1 this will total to 172,000,000 LUX (~$344,000 as of writing).
49+
The Lux DAO will be funded by the LUX treasury according to the[ release schedule](https://docs.lux.network/) set out by the Lux team, whereby 43% of the LUX treasury is released over a four-year timeline. In Year 1 this will total to 172,000,000 LUX (~$344,000 as of writing).
5050
5151
Taking into consideration the current landscape of ecosystem funding across Ethereum, the community would be hard-pressed to allocate even 5% of Year 1’s treasury. For context Gitcoin CLR Round 7 distributed $725k ($450k in matched) across 857 projects and YTD, Moloch has granted just under $200k but in contrast, the EF has committed to somewhere in the 8 figure range.
5252

0 commit comments

Comments
 (0)