Skip to content

Commit

Permalink
fix: exit code url for Tact docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Feb 5, 2025
1 parent e37f03f commit 8a78763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/LogView/LogPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const LogPopover: FC<Props> = ({ terminal }) => {
{ExitCodes[exitCode]?.description}
</Markdown>
<a
href={`https://docs.tact-lang.org/book/exit-codes/#${text}`}
href={`https://docs.tact-lang.org/book/exit-codes/#${exitCode}`}
target="_blank"
rel="noreferrer"
className={s.readMore}
Expand Down

0 comments on commit 8a78763

Please sign in to comment.