From 7c7a79df64dbde3bf6ba9875ae2339b670eee4dd Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 18 Mar 2020 13:40:53 +0000 Subject: [PATCH 1/3] Update README links --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 89d4bf24ba..665d614c97 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemt The upgrade to this package's [version v0.17.3](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.17.3) is mandatory for **fushicho compatibility**. -You can find the complete changelog [here](CHANGELOG.md). +Find the complete changelog [here](CHANGELOG.md). ## Requirements @@ -35,7 +35,8 @@ npm install symbol-sdk rxjs ## Usage -Surf the [NEM Developer Center][docs] to get started into NEM development. You will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK. +Surf the [developer documentation][docs] to get started into Symbol development. +You will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK. To get the full description of the available classes and their functions, check the [SDK reference][sdk-ref]. @@ -43,24 +44,28 @@ To get the full description of the available classes and their functions, check Use the following available resources to get help: -- [Symbol SDK Typescript/Javascript Reference][docs] +- [Symbol Documentation][docs] +- [Symbol SDK Typescript/Javascript Reference][sdk-ref] +- Join the community [slack group (#sig-api)][slack] - If you found a bug, [open a new issue][issues] ## Contributing -This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [symbol-sdk on GitHub][self]. +This project is developed and maintained by NEM Foundation. -Feel free to start an issue or create a pull request. Check [CONTRIBUTING](CONTRIBUTING.md) before start. +Contributions are welcome and appreciated. +Check [CONTRIBUTING](CONTRIBUTING.md) for information on how to contribute. You can also find useful notes for developers under our documentation [guidelines][guidelines] section. ## License -Copyright (c) 2018-2019 NEM +Copyright (c) 2018-present NEM Licensed under the [Apache License 2.0](LICENSE) [self]: https://github.com/nemtech/symbol-sdk-typescript-javascript [docs]: http://nemtech.github.io/getting-started/setup-workstation.html [issues]: https://github.com/nemtech/symbol-sdk-typescript-javascript/issues -[sdk-ref]: http://nemtech.github.io/symbol-sdk-typescript-javascript +[sdk-ref]: https://nemtech.github.io/references/typescript-sdk.html [guidelines]: https://nemtech.github.io/contribute/contributing.html#sdk +[slack]: https://join.slack.com/t/nem2/shared_invite/enQtMzY4MDc2NTg0ODgyLWZmZWRiMjViYTVhZjEzOTA0MzUyMTA1NTA5OWQ0MWUzNTA4NjM5OTJhOGViOTBhNjkxYWVhMWRiZDRkOTE0YmU From 1f7525622637dfbc0b685aeafab72c0a1efa1cef Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 18 Mar 2020 13:42:31 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 665d614c97..7c76d8ae8e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemt The upgrade to this package's [version v0.17.3](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.17.3) is mandatory for **fushicho compatibility**. -Find the complete changelog [here](CHANGELOG.md). +Find the complete release notes [here](CHANGELOG.md). ## Requirements From b5bec7c44d9da28bccab66db9c71604002586c4d Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 18 Mar 2020 13:46:23 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c76d8ae8e..eb244e1ae2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm install symbol-sdk rxjs ## Usage -Surf the [developer documentation][docs] to get started into Symbol development. +Surf the [documentation][docs] to get started into Symbol development. You will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK. To get the full description of the available classes and their functions, check the [SDK reference][sdk-ref].