Skip to content

Commit

Permalink
Modify the document link (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong authored Nov 27, 2024
1 parent 50594dd commit f9c2146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f9c2146

Please sign in to comment.