fix links

This commit is contained in:
Jude Nelson
2018-02-25 23:50:20 -05:00
parent 152f862496
commit 60ee2fbb1b
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ from this file.
* [blockstack.js](https://github.com/blockstack/blockstack.js)
* [Blockstack Browser](https://github.com/blockstack/blockstack-browser)
* [Blockstack Core API](https://core.blockstack.org)
* [Integration Test Framework](../integration-tests/README.md)
* [Integration Test Framework](../integration_tests/README.md)
## Advanced Topics

View File

@@ -257,11 +257,11 @@ create a program that drives subdomain registration on your Blockstack ID.
## Do you have a testnet or sandbox to experiment with Blockstack?
We have an [integration test framework](../integration-tests) that provides a
We have an [integration test framework](../integration_tests) that provides a
private Blockstack testnet. It uses `bitcoin -regtest` to create a private
blockchain that you can interact with, without having to spend any Bitcoin or
having to wait for blocks to confirm. Please see the
[README](../integration-tests/README.md) for details.
[README](../integration_tests/README.md) for details.
## Does Blockstack have a smart contract system?