From 53554a12f3d48b9060ef752daf251a8a3683b6cc Mon Sep 17 00:00:00 2001 From: melanke Date: Tue, 12 Sep 2023 11:06:53 -0300 Subject: [PATCH] readme symlink test --- packages/neon-dappkit-types/README.md | 12 ++++++------ packages/neon-dappkit/README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/neon-dappkit-types/README.md b/packages/neon-dappkit-types/README.md index e4a9c8c..f44c120 100644 --- a/packages/neon-dappkit-types/README.md +++ b/packages/neon-dappkit-types/README.md @@ -1,6 +1,6 @@

@@ -16,7 +16,7 @@ React-Native Apps to the Neo3 Blockchain. > [WalletConnectSDK](https://github.com/CityOfZion/wallet-connect-sdk) uses Neon-DappKit Types, so you can easily swap between Neon-DappKit implementation and WalletConnectSDK on the fly and reuse code, check the -[guide](./packages/neon-dappkit/WALLET-CONNECT.md). +[guide](/packages/neon-dappkit/WALLET-CONNECT.md). ## Installation ```sh @@ -26,10 +26,10 @@ npm i @CityOfZion/neon-dappkit ## Getting Started Neon-Dappkit has 4 main components: -- [NeonInvoker](./packages/neon-dappkit/NEON-INVOKER.md): SmartContract Invocation Tool. -- [NeonParser](./packages/neon-dappkit/NEON-PARSER.md): Powerful Parser for Neo3 Types. -- [NeonSigner](./packages/neon-dappkit/NEON-SIGNER.md): Signs, Verifies, Encrypts and Decrypts data. -- [NeonEventListener](./packages/neon-dappkit/NEON-EVENT-LISTENER.md): Listen to events from the Neo3 Blockchain. +- [NeonInvoker](/packages/neon-dappkit/NEON-INVOKER.md): SmartContract Invocation Tool. +- [NeonParser](/packages/neon-dappkit/NEON-PARSER.md): Powerful Parser for Neo3 Types. +- [NeonSigner](/packages/neon-dappkit/NEON-SIGNER.md): Signs, Verifies, Encrypts and Decrypts data. +- [NeonEventListener](/packages/neon-dappkit/NEON-EVENT-LISTENER.md): Listen to events from the Neo3 Blockchain. ## Quick Example diff --git a/packages/neon-dappkit/README.md b/packages/neon-dappkit/README.md index e4a9c8c..f44c120 100644 --- a/packages/neon-dappkit/README.md +++ b/packages/neon-dappkit/README.md @@ -1,6 +1,6 @@

@@ -16,7 +16,7 @@ React-Native Apps to the Neo3 Blockchain. > [WalletConnectSDK](https://github.com/CityOfZion/wallet-connect-sdk) uses Neon-DappKit Types, so you can easily swap between Neon-DappKit implementation and WalletConnectSDK on the fly and reuse code, check the -[guide](./packages/neon-dappkit/WALLET-CONNECT.md). +[guide](/packages/neon-dappkit/WALLET-CONNECT.md). ## Installation ```sh @@ -26,10 +26,10 @@ npm i @CityOfZion/neon-dappkit ## Getting Started Neon-Dappkit has 4 main components: -- [NeonInvoker](./packages/neon-dappkit/NEON-INVOKER.md): SmartContract Invocation Tool. -- [NeonParser](./packages/neon-dappkit/NEON-PARSER.md): Powerful Parser for Neo3 Types. -- [NeonSigner](./packages/neon-dappkit/NEON-SIGNER.md): Signs, Verifies, Encrypts and Decrypts data. -- [NeonEventListener](./packages/neon-dappkit/NEON-EVENT-LISTENER.md): Listen to events from the Neo3 Blockchain. +- [NeonInvoker](/packages/neon-dappkit/NEON-INVOKER.md): SmartContract Invocation Tool. +- [NeonParser](/packages/neon-dappkit/NEON-PARSER.md): Powerful Parser for Neo3 Types. +- [NeonSigner](/packages/neon-dappkit/NEON-SIGNER.md): Signs, Verifies, Encrypts and Decrypts data. +- [NeonEventListener](/packages/neon-dappkit/NEON-EVENT-LISTENER.md): Listen to events from the Neo3 Blockchain. ## Quick Example