From: Steve Myers Date: Sat, 8 Jan 2022 12:09:57 +0000 (+0100) Subject: Add note to hello-world blog to link to tutorial X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=8599376b14408255d236abb1ad382dcec615df72;p=bitcoindevkit.org Add note to hello-world blog to link to tutorial Rather than keep updating this blog post now pointing readers to the tutorial page which we can keep updating with new bdk versions. --- diff --git a/docs/_blog/hello-world.md b/docs/_blog/hello-world.md index 2972a54755..0c61244e31 100644 --- a/docs/_blog/hello-world.md +++ b/docs/_blog/hello-world.md @@ -11,7 +11,9 @@ permalink: "/blog/2020/12/hello-world/" ## Introduction This article should serve as a "getting started" guide for developers who are considering integrating BDK in their projects: it tries to introduce the reader to the basic concepts behind the library and some of its -modules and components that can be used to build a very simple functioning Bitcoin wallet. All the information written in this article are valid for the current `master` git branch and `bdk = 0.12.0`. +modules and components that can be used to build a very simple functioning Bitcoin wallet. All the information written in this article are valid for `bdk = 0.12.0`. + +NOTE: See the ["Hello World"](/tutorials/hello-world/) tutorial for a version of this post updated to work with the latest BDK version. ## Design Goals