Skip to content

Commit

Permalink
link for launching on docs and developer tutorial (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
agduncan94 authored Sep 18, 2019
1 parent a80fd97 commit e922503
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/home-page/home-logged-out/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,14 @@ <h3 class="text-center">Next steps</h3>
<div fxLayout="row wrap" fxLayout.lt-md="column" fxLayoutAlign="center center" fxLayoutGap="20px" class="mb-4">
<a
mat-stroked-button
href="{{ Dockstore.DOCUMENTATION_URL }}/end-user-topics/end-user-topics.html"
href="{{ Dockstore.DOCUMENTATION_URL }}/getting-started/getting-started.html"
target="_blank"
rel="noopener noreferrer"
>
Getting Started Guide
Developer Tutorial
</a>
<a mat-stroked-button href="{{ Dockstore.DOCUMENTATION_URL }}/launch-with/launch.html" target="_blank" rel="noopener noreferrer">
Launch workflows
</a>
<button mat-stroked-button routerLink="/organizations" (click)="scrollToTop()">
Discover Organizations
Expand Down

0 comments on commit e922503

Please sign in to comment.