From f9c2146a98979675258140e7c7ffdc195a269ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E5=90=8C?= Date: Thu, 28 Nov 2024 01:00:17 +0800 Subject: [PATCH] Modify the document link (#468) --- .github/ISSUE_TEMPLATE/questions.md | 2 +- docs/quickstart.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md index 8874346b..de553d0e 100644 --- a/.github/ISSUE_TEMPLATE/questions.md +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -12,7 +12,7 @@ We would like to use GitHub for bug reports and feature requests only. Try our following resources: Discord - https://discord.io/neo -official documentation - https://developers.neo.org/ +official documentation - https://docs.neo.org/ If the above resources don't help feel encouraged to create an issue here on GitHub. diff --git a/docs/quickstart.md b/docs/quickstart.md index 6e767265..cebbfe9e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -95,7 +95,7 @@ These default templates are available after installing [Neo.SmartContract.Templa - neocontractoracle - A contract template using OracleRequest. - neocontractnep17 - NEP-17 contract template, including the Mint and Burn methods. -More Neo.SmartContract.Template information can be found [here](https://developers.neo.org/docs/n3/develop/write/dotnet#neosmartcontracttemplate). +More Neo.SmartContract.Template information can be found [here](https://docs.neo.org/docs/n3/develop/write/1_dotnet.html#neosmartcontracttemplate). ### Create a project using templates with Terminal @@ -131,7 +131,7 @@ nccs Related contract files are outputted under `bin\sc` path in the contract project directory. -More Neo.Compiler.CSharp information can be found [here](https://developers.neo.org/docs/n3/develop/write/dotnet#neocompilercsharp). +More Neo.Compiler.CSharp information can be found [here](https://docs.neo.org/docs/n3/develop/write/1_dotnet.html#neocompilercsharp). ## Deploying and invoking smart contracts using NeoExpress