fix: update broken create-aptos-dapp template links#401
Merged
gregnazario merged 1 commit intomainfrom Mar 20, 2026
Merged
Conversation
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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
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-dappdoc to point to GitHub template directories. - Updated the same 5 template links in the Chinese
create-aptos-dappdoc 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.
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
Fixes the broken template links on the
create-aptos-dappdocumentation page. All five individual template pages onlearn.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:
github.com/aptos-labs/create-aptos-dapp/tree/main/templates/boilerplate-templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/nft-minting-dapp-templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/token-minting-dapp-templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/token-staking-dapp-templategithub.com/aptos-labs/create-aptos-dapp/tree/main/templates/custom-indexer-templateThe 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
learn.aptoslabs.comindividual template URLs return HTTP 500