Skip to content

Commit

Permalink
Update guide link on header to open new user documentation site (#845)
Browse files Browse the repository at this point in the history
* Update guide link on header to open new user documentation site

* update docs links in tour
  • Loading branch information
FancMa01 authored Aug 29, 2024
1 parent 14772ec commit 9dc4042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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/Quick-Start/application">
https://hpcc-systems.github.io/Tombolo/docs/Quick-Start/application
href="https://hpcc-systems.github.io/Tombolo/docs/User-Guide/application">
https://hpcc-systems.github.io/Tombolo/docs/User-Guides/application
</a>
</p>
</>
Expand Down Expand Up @@ -246,8 +246,8 @@ class App extends React.Component {
<a
target="_blank"
rel="noreferrer"
href="https://hpcc-systems.github.io/Tombolo/docs/Quick-Start/cluster">
https://hpcc-systems.github.io/Tombolo/docs/Quick-Start/cluster
href="https://hpcc-systems.github.io/Tombolo/docs/User-Guides/cluster">
https://hpcc-systems.github.io/Tombolo/docs/User-Guides/cluster
</a>
</p>
</>
Expand Down
2 changes: 1 addition & 1 deletion Tombolo/client-reactjs/src/components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class AppHeader extends Component {

const helpMenuClick = (e) => {
if (e.key == 1) {
window.open(process.env.PUBLIC_URL + '/Tombolo-User-Guide.pdf');
window.open('https://hpcc-systems.github.io/Tombolo/');
} else if (e.key == 2) {
this.openAboutModal();
}
Expand Down

0 comments on commit 9dc4042

Please sign in to comment.