Skip to content

Commit

Permalink
task/WG-299-Update-User-Guide-Link
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie committed Oct 30, 2024
1 parent 1fd38c9 commit 4eee842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</div>
<div class="grid-x align-center" id="user-guide-container">
<div id="user-guide">
<a href="{{ guide_url }}">
<a target="_blank" rel="noreferrer" href="{{ guide_url }}">
<i class="fas fa-info-circle"></i>
User Guide
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { EnvService } from 'src/app/services/env.service';
})
export class MainWelcomeComponent implements OnInit {
release_url = 'https://github.com/TACC-cloud/hazmapper';
guide_url = 'https://www.designsafe-ci.org/rw/user-guides/tools-applications/visualization/hazmapper/';
guide_url = 'https://www.designsafe-ci.org/user-guide/tools/visualization/#hazmapper-user-guide';

private projectsData: ProjectsData;
private dsProjectsData: AgaveProjectsData;
Expand Down

0 comments on commit 4eee842

Please sign in to comment.