Skip to content

Commit

Permalink
feat(cheatsheet): link to jamdocs.org (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
dergigi committed Jul 26, 2022
1 parent 893dfd0 commit b442d58
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Cheatsheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ export default function Cheatsheet({ show = false, onHide }: CheatsheetProps) {
<div className="small text-secondary">
<Trans i18nKey="cheatsheet.item_last.description">
Still confused?{' '}
<a
href="https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/joinmarket_private_flow.md#a-private-flow-through-joinmarket"
target="_blank"
rel="noopener noreferrer"
>
<a href="https://jamdocs.org/interface/00-cheatsheet/" target="_blank" rel="noopener noreferrer">
Dig into the documentation
</a>
.
Expand Down

0 comments on commit b442d58

Please sign in to comment.