Skip to content

Commit

Permalink
Update links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FancMa01 committed Aug 29, 2024
1 parent 3fe7d64 commit c3e3271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Tombolo/client-reactjs/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ class App extends React.Component {
<a
target="_blank"
rel="noreferrer"
href="https://hpcc-systems.github.io/Tombolo/docs/User-Guide/application">
https://hpcc-systems.github.io/Tombolo/docs/User-Guides/application
href="https://hpcc-systems.github.io/Tombolo/docs/User-Guides/application">
our documentation site.
</a>
</p>
</>
Expand Down Expand Up @@ -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.
</a>
</p>
</>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/Quick-Start/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c3e3271

Please sign in to comment.