Skip to content

Commit

Permalink
fix: outdated link 2 (#407)
Browse files Browse the repository at this point in the history
fixes another outdated link
  • Loading branch information
jcstein authored Oct 25, 2024
1 parent eebb94d commit 6d3ce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/glossary/pfb.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GlossaryContent extends React.Component {
return (
<div className={"glossary-content"}>
<p>
PFB stands for <a href='https://docs.celestia.org/concepts/how-celestia-works/transaction-lifecycle/'>PayforBlob</a>.
PFB stands for <a href='https://docs.celestia.org/learn/how-celestia-works/transaction-lifecycle/'>PayforBlob</a>.
</p>
</div>
);
Expand Down

0 comments on commit 6d3ce0b

Please sign in to comment.