Skip to content

Commit

Permalink
Merge pull request #2289 from Chia-Network/update-offer-gui-tutorial-…
Browse files Browse the repository at this point in the history
…link

update offer gui tutorial link
  • Loading branch information
seeden authored Feb 29, 2024
2 parents ea8a6a0 + 3994f79 commit 86b704b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gui/src/components/offers/OfferHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function OfferHeader(props: OfferHeaderProps) {
{'This offer is no longer valid. To understand why, click '}
<Link
target="_blank"
href="https://chialisp.com/docs/tutorials/offers_gui_tutorial/#taker-attempts-to-accept-an-invalid-offer"
href="https://docs.chia.net/getting-started/wallet-guide/#taker-attempts-to-accept-an-invalid-offer"
>
here
</Link>{' '}
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/src/components/offers2/OfferBuilderViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function OfferBuilderViewer(props: OfferBuilderViewerProps, ref: any) {
{'This offer is no longer valid. To understand why, click '}
<Link
target="_blank"
href="https://chialisp.com/docs/tutorials/offers_gui_tutorial/#taker-attempts-to-accept-an-invalid-offer"
href="https://docs.chia.net/getting-started/wallet-guide/#taker-attempts-to-accept-an-invalid-offer"
>
here
</Link>{' '}
Expand Down

0 comments on commit 86b704b

Please sign in to comment.