Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Update documentation links #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// See <https://trufflesuite.com/docs/truffle/reference/configuration/>
// for more about customizing your Truffle configuration!
networks: {
development: {
Expand Down