diff --git a/Tombolo/client-reactjs/src/App.js b/Tombolo/client-reactjs/src/App.js index 04d70e4b..2f3c9427 100644 --- a/Tombolo/client-reactjs/src/App.js +++ b/Tombolo/client-reactjs/src/App.js @@ -217,8 +217,8 @@ class App extends React.Component { - https://hpcc-systems.github.io/Tombolo/docs/User-Guides/application + href="https://hpcc-systems.github.io/Tombolo/docs/User-Guides/application"> + our documentation site.

@@ -247,7 +247,7 @@ class App extends React.Component { target="_blank" rel="noreferrer" href="https://hpcc-systems.github.io/Tombolo/docs/User-Guides/cluster"> - https://hpcc-systems.github.io/Tombolo/docs/User-Guides/cluster + our documentation site.

diff --git a/docs/docs/Quick-Start/Installation.md b/docs/docs/Quick-Start/Installation.md index d191f5d5..57a12225 100644 --- a/docs/docs/Quick-Start/Installation.md +++ b/docs/docs/Quick-Start/Installation.md @@ -110,8 +110,8 @@ The `cd` command changes the directory you're working with. The `npm i` command installs dependencies located in the package.json file necessary for running and compiling the code. -The `npm start` command starts your front end development environment at [http://localhost:3000/](http://localhost:3000/) +The `npm start` command starts your front end development environment at [http://localhost:3001/](http://localhost:3001/) ## Congratulations -Your Tombolo installation is now up and running. Navigate to [http://localhost:3000/](http://localhost:3000/) to start the new user tutorial. Tombolo has a built in tutorial that will walk you through the final steps to getting your installation up and running. +Your Tombolo installation is now up and running. Navigate to [http://localhost:3001/](http://localhost:3001/) to start the new user tutorial. Tombolo has a built in tutorial that will walk you through the final steps to getting your installation up and running.