Skip to content

Commit 1257df2

Browse files
committed
fix: incorrect GitHub repository address
1 parent d2050f9 commit 1257df2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/dashboard/title.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Laravel-admin
3030
</div>
3131
<div class="links">
32-
<a href="https://github.com/z-song/laravel-admin" target="_blank">Github</a>
32+
<a href="https://github.com/php-panel/laravel-admin" target="_blank">Github</a>
3333
<a href="http://laravel-admin.org/docs" target="_blank">Documentation</a>
3434
<a href="http://laravel-admin.org/demo" target="_blank">Demo</a>
3535
</div>

resources/views/partials/footer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
</div>
1616
<!-- Default to the left -->
17-
<strong>Powered by <a href="https://github.com/z-song/laravel-admin" target="_blank">laravel-admin</a></strong>
17+
<strong>Powered by <a href="https://github.com/php-panel/laravel-admin" target="_blank">laravel-admin</a></strong>
1818
</footer>

src/Console/stubs/bootstrap.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Laravel-admin - admin builder based on Laravel.
5-
* @author z-song <https://github.com/z-song>
5+
* @author leeqvip <https://github.com/leeqvip>
66
*
77
* Bootstraper for Admin.
88
*

0 commit comments

Comments
 (0)