Skip to content

Commit

Permalink
Update dashboard.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 17, 2022
1 parent 2d884c9 commit 481d4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/templates/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function link(string $path): string {
@foreach (DocumentationPage::all() as $page)
<tr>
<td>
<a href="{{ Hyde::docsDirectory() .'/'. Hyde::pageLink($page->slug . '.html') }}">
<a href="{{ DocumentationPage::$outputDirectory .'/'. Hyde::pageLink($page->slug . '.html') }}">
{{ $page->title }}
</a>
</td>
Expand Down

0 comments on commit 481d4ed

Please sign in to comment.