Skip to content

docs: fix broken markdown link in best-practices.mdx#205

Open
qsysvcore wants to merge 1 commit intoAbstract-Foundation:mainfrom
qsysvcore:fix/best-practices-link
Open

docs: fix broken markdown link in best-practices.mdx#205
qsysvcore wants to merge 1 commit intoAbstract-Foundation:mainfrom
qsysvcore:fix/best-practices-link

Conversation

@qsysvcore
Copy link
Copy Markdown

Summary

Fix broken markdown link in best-practices.mdx

Problem

The markdown link for "Learn more" was malformed. The URL was missing its closing parenthesis, causing the link to render incorrectly and the trailing period to be interpreted as part of the URL.

Fix

- (see [transaction lifecycle](/how-abstract-works/architecture/transaction-lifecycle)). [Learn more ↗](https://docs.zksync.io/zksync-protocol/rollup/fee-model/how-we-charge-for-pubdata.
+ (see [transaction lifecycle](/how-abstract-works/architecture/transaction-lifecycle)). [Learn more ↗](https://docs.zksync.io/zksync-protocol/rollup/fee-model/how-we-charge-for-pubdata).

@cursor
Copy link
Copy Markdown

cursor bot commented Mar 28, 2026

PR Summary

Low Risk
Low risk documentation-only change that corrects a single broken external link; no runtime behavior is affected.

Overview
Fixes a malformed Markdown link in how-abstract-works/evm-differences/best-practices.mdx by adding the missing closing parenthesis so the “Learn more” URL renders correctly (and doesn’t swallow trailing punctuation).

Written by Cursor Bugbot for commit f50aedf. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant