Skip to content

Commit

Permalink
update blog url (#16741)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
plam-ml authored Mar 19, 2024
1 parent 70e9ab2 commit a55c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/explorer/src/components/footer/footerLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function FooterIcon({ children }: { children: ReactNode }) {
}

export const footerLinks = [
{ title: 'Blog', href: 'https://medium.com/mysten-labs' },
{ title: 'Blog', href: 'https://mystenlabs.com/blog' },
{
title: 'Whitepaper',
href: 'https://github.com/MystenLabs/sui/blob/main/doc/paper/sui.pdf',
Expand Down

0 comments on commit a55c206

Please sign in to comment.