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 @@

Community

  • A bitcoinj-developers room (visible after joining the space) for discussion among developers working on (contributing to) bitcoinj.
  • -
  • Ask questions and discuss improvements on the mailing list
  • -
  • Search and report issues on the Issues Data Base (to ask for help please use the mailing list, not the Issues DB)
  • +
  • Search and report issues on the Issues Data Base (to ask for help please use the Matrix rooms above, not the Issues DB)
  • View bitcoinj on Github - make sure to star us!
  • diff --git a/working-with-contracts.md b/working-with-contracts.md index b438ee86..9d2dc3c1 100644 --- a/working-with-contracts.md +++ b/working-with-contracts.md @@ -20,7 +20,7 @@ _How to design and implement contract based applications._ [Contracts](https://en.bitcoin.it/wiki/Contracts) are an exciting feature of Bitcoin that has opened up a new research field - using flexible digital money to produce compelling and innovative applications. The linked wiki page contains some examples of what can be done, but it can sometimes be unclear how to convert them into code. -In this article, we'll look at a few common techniques that are used when implementing contract-based applications. It assumes you're already familiar with how the Bitcoin protocol works and have understood the theory on the contracts page - if something is unclear, please ask on the mailing list. +In this article, we'll look at a few common techniques that are used when implementing contract-based applications. It assumes you're already familiar with how the Bitcoin protocol works and have understood the theory on the contracts page - if something is unclear, please ask the [community](/#community) for advice. ## Creating multi-signature outputs