]> Untitled Git - bitcoindevkit.org/commitdiff
Add note to hello-world blog to link to tutorial
authorSteve Myers <steve@notmandatory.org>
Sat, 8 Jan 2022 12:09:57 +0000 (13:09 +0100)
committerSteve Myers <steve@notmandatory.org>
Sat, 8 Jan 2022 12:09:57 +0000 (13:09 +0100)
Rather than keep updating this blog post now pointing readers to the tutorial page which we can keep updating with new bdk versions.

docs/_blog/hello-world.md

index 2972a5475566f1d21c70916fa4afd777df1da380..0c61244e312d3b24f0474ea0da7207ce32c0ecc0 100644 (file)
@@ -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