Skip to content

Commit

Permalink
Link fixes (neo-project#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
lock9 authored and Luchuan committed Jan 10, 2020
1 parent 1308454 commit fa78951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
width="25px">
</a>
&nbsp;
<a href="https://www.youtube.com/channel/UCl1AwEDN0w5lTmfJEMsY5Vw/videos">
<a href="https://www.youtube.com/neosmarteconomy">
<img
src=".github/images/youtube-logo.png"
width="32px">
Expand Down Expand Up @@ -112,7 +112,7 @@ This repository contain main classes of the
Visit the [documentation](https://docs.neo.org/docs/en-us/index.html) to get started.


*Note: This is Neo 3 branch, currently under development. For the current stable version, please [click here](https://github.com/neo-project/neo/tree/master-2.x)*
*Note: This is Neo 3 branch, currently under development. For the current stable version, please [click here.](https://github.com/neo-project/neo/tree/master-2.x)*



Expand All @@ -136,7 +136,7 @@ An overview of the project folders can be seen below.
## Related projects
Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.

* [**neo:**](https://github.com/neo-project/neo/tree/) Neo core library, contains base classes, including ledger, p2p and IO modules.
* [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, p2p and IO modules.
* [neo-vm:](https://github.com/neo-project/neo-vm/) Neo Virtual Machine is a decoupled VM that Neo uses to execute its scripts. It also uses the `InteropService` layer to extend its functionalities.
* [neo-node:](https://github.com/neo-project/neo-node/) Executable version of the Neo library, exposing features using a command line application or GUI.
* [neo-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo.
Expand Down

0 comments on commit fa78951

Please sign in to comment.