diff --git a/getting-started-js.md b/getting-started-js.md index 6de4b639..1bdcb431 100644 --- a/getting-started-js.md +++ b/getting-started-js.md @@ -148,6 +148,6 @@ There are many other features in bitcoinj that this tutorial does not cover. You There is another Javascript example that implements the same forwarding program as the Java tutorial, [forwarding.js](https://github.com/bitcoinj/bitcoinj/blob/master/examples/src/main/javascript/forwarding.js). You can read that program to learn how to use the wallet and how to receive and send money. -Have fun and if you have any questions, find us on Matrix or the mailing list. +Have fun and if you have any questions, please ask the [community](/#community) for advice. diff --git a/getting-started.md b/getting-started.md index acdf1b5f..b022faee 100644 --- a/getting-started.md +++ b/getting-started.md @@ -29,7 +29,7 @@ This library is not like other libraries. A Bitcoin API allows you to directly h **FAILURE TO UNDERSTAND WHAT YOU ARE DOING CAN CAUSE MONEY TO BE STOLEN OR PERMANENTLY DESTROYED** -These documents will help you learn how to use bitcoinj, but they are not yet completely comprehensive. If you are ever in any doubt at all, or just want some code review, please ask on our mailing list or on our forum for advice and a second opinion. Also, make sure you keep up with the latest versions of the software. Bug fixes happen all the time and any one of them could be required for the safety of your wallet. It's important that you frequently rebase onto new versions of the library, even though bitcoinj does not have a stable API. +These documents will help you learn how to use bitcoinj, but they are not yet completely comprehensive. If you are ever in any doubt at all, or just want some code review, please ask the [community](/#community) for advice and a second opinion. Also, make sure you keep up with the latest versions of the software. Bug fixes happen all the time and any one of them could be required for the safety of your wallet. It's important that you frequently rebase onto new versions of the library, even though bitcoinj does not have a stable API. ## Pick your language diff --git a/index.html b/index.html index 88763f99..fbbde318 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,6 @@
starus!