Skip to content

Commit 16107c6

Browse files
committed
Updated GitHub repository name
1 parent 361f562 commit 16107c6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/Console/Commands/UpdateAchievementsForTranslations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function loadContributors(int $page = 1, ?Collection $previous = null): C
5050

5151
// Send GET request to GitHub API to fetch contributors
5252
$response = Http::withBasicAuth('token', config('services.github.token'))
53-
->get('https://api.github.com/repos/laravel-russia/docs/contributors', [
53+
->get('https://api.github.com/repos/'.config('services.github.repos.docs').'/contributors', [
5454
'page' => $page,
5555
]);
5656

resources/views/docs/contribution.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
href="https://github.com/laravel/docs">https://github.com/laravel/docs</a>.
2222
</p>
2323
<p>Перевод документации на русский находится на гитхабе по адресу <a
24-
href="https://github.com/laravel-russia/docs">https://github.com/laravel-russia/docs</a> . Апдейт
24+
href="https://github.com/laravelsu/docs">https://github.com/laravelsu/docs</a> . Апдейт
2525
перевода осуществляется пулл-реквестами в этот репозиторий.</p>
2626
<p>Редактирование репозитория с переводом может происходить в двух вариантах - внесение
2727
незначительных изменений и обновление перевода файла до актуального.</p>

resources/views/docs/status.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<x-slot:actions>
1515
<a href="{{ route('documentation-contribution-guide') }}" class="btn btn-primary btn-lg px-4">Инструкция по
1616
переводу</a>
17-
<a href="https://github.com/laravel-russia/docs"
17+
<a href="https://github.com/{{ config('services.github.repos.docs') }}"
1818
class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link icon-link-hover">
1919
Репозиторий
2020
<x-icon path="i.arrow-right" class="bi"/>

resources/views/layout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class="avatar avatar-sm position-relative">
159159
</a>
160160
</li>
161161
<li class="ms-3">
162-
<a class="link-body-emphasis" href="{{ asset('https://github.com/laravel-russia') }}"
162+
<a class="link-body-emphasis" href="{{ asset(config('services.github.org_url')) }}"
163163
target="_blank">
164164
<x-icon path="bs.github" width="24" height="24"/>
165165
</a>

resources/views/pages/contributors.blade.php

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

6868
</x-header>
6969

70-
<x-call-to-action link="https://github.com/laravel-russia" text="Внесите свой вклад на GitHub">
70+
<x-call-to-action link="{{ config('services.github.org_url') }}" text="Внесите свой вклад на GitHub">
7171
<x-slot:title>Но вы можете сделать сообщество ещё лучше!</x-slot>
7272

7373
<x-slot:description>

0 commit comments

Comments
 (0)