Skip to content

Commit

Permalink
update offer gui tutorial link
Browse files Browse the repository at this point in the history
updates the offer tutorial link to no longer use the redirect and aligns link to the docs new location
  • Loading branch information
BrandtH22 committed Feb 28, 2024
1 parent a6039e2 commit 3994f79
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 3994f79

Please sign in to comment.