From 32b17fdb41f7c83e921bda2b226f2e460e6f6d77 Mon Sep 17 00:00:00 2001 From: Kremmen Date: Sun, 1 May 2022 10:34:45 +1000 Subject: [PATCH] Update documentation links --- README.md | 6 +++--- truffle-config.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99f9e3bd..a0794c6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pet Shop Truffle Box -This box has all you need to get started with our [Pet Shop tutorial](http://truffleframework.com/tutorial). +This box has all you need to get started with our [Pet Shop tutorial](https://trufflesuite.com/tutorial/). ## Installation @@ -31,10 +31,10 @@ This box has all you need to get started with our [Pet Shop tutorial](http://tru npm run dev ``` -**NOTE**: This box is not a complete dapp, but the starting point for the [Pet Shop tutorial](http://truffleframework.com/tutorial). You'll need to complete that for this to function. +**NOTE**: This box is not a complete dapp, but the starting point for the [Pet Shop tutorial](https://trufflesuite.com/tutorial/). You'll need to complete that for this to function. ## FAQ * __How do I use this with the EthereumJS TestRPC?__ - It's as easy as modifying the config file! [Check out our documentation on adding network configurations](http://truffleframework.com/docs/advanced/configuration#networks). Depending on the port you're using, you'll also need to update line 16 of `src/js/app.js`. + It's as easy as modifying the config file! [Check out our documentation on adding network configurations](https://trufflesuite.com/docs/truffle/reference/configuration/#networks). Depending on the port you're using, you'll also need to update line 16 of `src/js/app.js`. diff --git a/truffle-config.js b/truffle-config.js index 567f06e1..c61d6690 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -1,5 +1,5 @@ module.exports = { - // See + // See // for more about customizing your Truffle configuration! networks: { development: {