Skip to content

fix: update broken create-aptos-dapp template links#401

Merged
gregnazario merged 1 commit intomainfrom
cursor/documentation-links-5fc9
Mar 20, 2026
Merged

fix: update broken create-aptos-dapp template links#401
gregnazario merged 1 commit intomainfrom
cursor/documentation-links-5fc9

Conversation

@gregnazario
Copy link
Collaborator

Summary

Fixes the broken template links on the create-aptos-dapp documentation page. All five individual template pages on learn.aptoslabs.com/en/dapp-templates/* are returning HTTP 500 errors, making the links non-functional for users.

Changes

Updated all template links in both the English and Chinese versions to point to the corresponding GitHub repository template directories, which contain working README documentation:

  • Boilerplate Templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/boilerplate-template
  • NFT minting dapp Templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/nft-minting-dapp-template
  • Token minting dapp Templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/token-minting-dapp-template
  • Token staking dapp Templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/token-staking-dapp-template
  • Custom indexer templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/custom-indexer-template

The parent "Aptos Learn" link (learn.aptoslabs.com/en/dapp-templates) still works and was left unchanged.

Files Modified

  • src/content/docs/build/create-aptos-dapp.mdx (English)
  • src/content/docs/zh/build/create-aptos-dapp.mdx (Chinese)

Note: No Spanish version of this page exists.

Testing

  • Verified all old learn.aptoslabs.com individual template URLs return HTTP 500
  • Verified all new GitHub URLs return HTTP 200
  • Tested locally with dev server — all 5 links render correctly and point to working destinations
  • Linting and formatting checks pass
Open in Web Open in Cursor 

The individual template pages on learn.aptoslabs.com/en/dapp-templates/*
are returning HTTP 500 errors. Updated all template links to point to
the corresponding GitHub repository directories which have working
README documentation.

Updated both English and Chinese versions.
Copilot AI review requested due to automatic review settings March 20, 2026 01:05
@vercel
Copy link

vercel bot commented Mar 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aptos-docs Ready Ready Preview, Comment Mar 20, 2026 1:08am

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken outbound links on the create-aptos-dapp documentation pages by replacing failing Aptos Learn deep-links to individual templates with working links to the corresponding template directories in the aptos-labs/create-aptos-dapp GitHub repository.

Changes:

  • Updated the 5 template links in the English create-aptos-dapp doc to point to GitHub template directories.
  • Updated the same 5 template links in the Chinese create-aptos-dapp doc to point to GitHub template directories.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/content/docs/build/create-aptos-dapp.mdx Replaces broken Aptos Learn template deep-links with GitHub template directory links.
src/content/docs/zh/build/create-aptos-dapp.mdx Mirrors the English fix for template deep-links in the Chinese documentation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gregnazario gregnazario merged commit 506e15e into main Mar 20, 2026
11 checks passed
@gregnazario gregnazario deleted the cursor/documentation-links-5fc9 branch March 20, 2026 02:12
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.

3 participants