From 8e2914e3f54ab758cd6d0a0b3ebe963eec28c98e Mon Sep 17 00:00:00 2001 From: Josh Billings Date: Fri, 24 Jul 2015 10:12:17 -0400 Subject: [PATCH] Fixed broken url to script.h --- _includes/references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/references.md b/_includes/references.md index d8bd0a40..4ecbcb72 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -278,7 +278,7 @@ http://opensource.org/licenses/MIT. [core chainparams.cpp]: https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp [core git]: https://github.com/bitcoin/bitcoin [core paymentrequest.proto]: https://github.com/bitcoin/bitcoin/blob/master/src/qt/paymentrequest.proto -[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h +[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script/script.h [creative commons attribution 3.0 license]: https://creativecommons.org/licenses/by/3.0/ [DER]: https://en.wikipedia.org/wiki/X.690#DER_encoding [dig command]: https://en.wikipedia.org/wiki/Dig_%28Unix_command%29