Skip to content

Commit

Permalink
fix links to news (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
agduncan94 authored Sep 13, 2019
1 parent 44ca207 commit c60a2da
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 @@ -75,7 +75,7 @@ <h4 class="title caption">
<a mat-raised-button color="accent" routerLink="onboarding">Setup Account <mat-icon>chevron_right</mat-icon></a>
</div>
<div class="col-sm-6 col-xs-12 col-md-12">
<a mat-raised-button color="accent" href="{{ Dockstore.DOCUMENTATION_URL }}/news/"
<a mat-raised-button color="accent" href="{{ Dockstore.DOCUMENTATION_URL }}/news.html"
>News and Events <mat-icon>chevron_right</mat-icon></a
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/sitemap/sitemap.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 class="documentation">Tools and Workflows</h3>
<h3 class="documentation">Using Dockstore</h3>
<ul>
<li>
<a target="_blank" href="{{ Dockstore.DOCUMENTATION_URL }}/news/">
<a target="_blank" href="{{ Dockstore.DOCUMENTATION_URL }}/news.html">
News and Events
</a>
</li>
Expand Down

0 comments on commit c60a2da

Please sign in to comment.