fix: repair 14 broken doc links reported by mint broken-links#541
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
theekrystallee
requested changes
May 18, 2026
Co-authored-by: krystal <56278409+theekrystallee@users.noreply.github.com> Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
Co-authored-by: krystal <56278409+theekrystallee@users.noreply.github.com> Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
Co-authored-by: krystal <56278409+theekrystallee@users.noreply.github.com> Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
theekrystallee
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repairs the 14 broken internal links surfaced by
mint broken-linksso bothmint validateandmint broken-linkspass.Changes
hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/hedera-agent-kit-js/create-js-plugins.mdx../typescript/src/shared/tools.ts→https://github.com/hashgraph/hedera-agent-kit-js/blob/main/packages/core/src/shared/tools.ts(relative path didn't resolve; repo restructured intopackages/core/src/shared/tools.tsfor v4)hedera/sdks-and-apis/sdks/accounts-and-hbar/create-an-account.mdx/networks/mainnet/mainnet-access→/hedera/networks/mainnet/mainnet-access(missing/hederaprefix)/networks/mainnet/fees→/hedera/networks/mainnet/fees(missing/hederaprefix)/sdks-and-apis/sdks/accounts-and-hbar/create-an-account(self-link, missing/hedera) →/hedera/core-concepts/accounts/auto-account-creation(the phrase "auto account creation" should target the dedicated concept page, not link to itself)hedera/sdks-and-apis/sdks/smart-contracts/create-a-smart-contract.mdx/hedera/sdks-and-apis/sdks/accounts-and-hbar/create-and-manage-hooks— target page does not exist anywhere in the docs. Removed the broken links (kept the inline text "Create and Manage Hooks" / "HookCreationDetails") and added MDX{/* TODO */}notes flagging the page should be authored (see HIP-1195).hedera/sdks-and-apis/sdks/smart-contracts/update-a-smart-contract.mdx/hedera/sdks-and-apis/sdks/accounts-and-hbar/create-and-manage-hooks— same as above; removed the links and left TODO notes./hedera/sdks-and-apis/sdks/accounts-and-hbar/create-a-hookstore-transaction— target page does not exist. Removed the link, kept the inline code referenceHookStoreTransaction, and left a TODO note.hedera/sdks-and-apis/sdks/token-service/associate-tokens-to-an-account.mdx/core-concepts/high-volume-entity-creation→/hedera/core-concepts/high-volume-entity-creation(missing/hederaprefix)hedera/sdks-and-apis/sdks/token-service/define-a-token.mdx/core-concepts/high-volume-entity-creation→/hedera/core-concepts/high-volume-entity-creation(missing/hederaprefix)Verification
mint broken-links→success no broken links foundmint validate→success build validation passedNotes for reviewers
The hook-related SDK pages (
create-and-manage-hooks,create-a-hookstore-transaction) were referenced throughout the smart-contracts SDK docs but never authored. Rather than guess at a substitute, those links were dropped with TODO comments left in place so a docs author can restore the links once the pages are published.