Skip to content

Commit

Permalink
patch markdown links to work in production environments
Browse files Browse the repository at this point in the history
  • Loading branch information
isaisabel committed Sep 15, 2021
2 parents c196efd + 2fc6550 commit df7857b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nav-app/src/app/changelog/changelog.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="changelog-dialog">
<div class="content markdown">
<markdown #markdownElement [src]="'../CHANGELOG.md'"></markdown>
<markdown #markdownElement [src]="'./CHANGELOG.md'"></markdown>
</div>
<div class="close-button">
<button mat-button mat-dialog-close>close</button>
Expand Down
2 changes: 1 addition & 1 deletion nav-app/src/app/help/help.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Table of Contents</h1>
</li>
</ul>
</div>
<markdown #markdownElement [src]="'../USAGE.md'" (load)="onMarkdownLoad($event)"></markdown>
<markdown #markdownElement [src]="'./USAGE.md'" (load)="onMarkdownLoad($event)"></markdown>
</div>
<div class="top-button">
<button mat-button (click)="scrollTo('toc')">Top ^</button>
Expand Down

0 comments on commit df7857b

Please sign in to comment.