Skip to content

Commit 1146dc8

Browse files
committed
improvements...
1 parent ea5b29f commit 1146dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Darryldecode/Backend/Components/Dashboard/Views/info.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr>
2424
<td>Documentation:</td>
2525
<td>
26-
<a href="http://laravelbackend.com/docs/1.0/?page=installation.php" target="_blank">http://laravelbackend.com/docs/1.0/?page=installation.php</a>
26+
<a href="http://laravelbackend.com/docs/1.0/?page=installation.php" target="_blank">Go to docs</a>
2727
</td>
2828
</tr>
2929
</table>
@@ -55,7 +55,7 @@
5555
<td>Author:</td>
5656
<td>
5757
<img class="img-circle" data-ng-src="@{{::r.author.avatar_url}}" style="width: 20px;">
58-
<a href="@{{::r.author.login}}" target="_blank"><small>@{{::r.author.login}}</small></a>
58+
<a href="@{{::r.author.html_url}}" target="_blank"><small>@{{::r.author.login}}</small></a>
5959
</td>
6060
</tr>
6161
<tr>

0 commit comments

Comments
 (0)