Skip to content

Commit ab47dc3

Browse files
committed
fix: exit code url for Tact docs
1 parent d96e2c1 commit ab47dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/LogView/LogPopover.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export const LogPopover: FC<Props> = ({ terminal }) => {
159159
{ExitCodes[exitCode]?.description}
160160
</Markdown>
161161
<a
162-
href={`https://docs.tact-lang.org/book/exit-codes/#${text}`}
162+
href={`https://docs.tact-lang.org/book/exit-codes/#${exitCode}`}
163163
target="_blank"
164164
rel="noreferrer"
165165
className={s.readMore}

0 commit comments

Comments
 (0)