Skip to content

Commit 90cf75f

Browse files
committed
Update links
1 parent d230b8c commit 90cf75f

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ private function registerSharedViewVariables(): void
4848
? GitHub::electron()->latestVersion()
4949
: 'dev'
5050
);
51-
View::share('discordLink', 'https://discord.gg/X62tWNStZK');
51+
View::share('discordLink', 'https://discord.gg/nativephp');
5252
View::share('bskyLink', 'https://bsky.app/profile/nativephp.bsky.social');
5353
View::share('openCollectiveLink', 'https://opencollective.com/nativephp');
54-
View::share('githubLink', 'https://github.com/NativePHP');
54+
View::share('githubLink', 'https://github.com/nativephp');
5555
}
5656

5757
private function sendFailingJobsToSentry(): void

resources/views/components/social-networks-all.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class="size-[1.4rem] text-black transition duration-200 group-hover:text-violet-
2424

2525
<div>
2626
<a
27-
href="https://github.com/nativephp"
27+
href="{{ $githubLink }}"
2828
title="Source code of NativePHP"
2929
class="group dark:hover:bg-haiti inline-grid size-10 place-items-center rounded-xl bg-zinc-200/80 transition duration-200 hover:bg-gray-200/70 dark:bg-gray-700/40"
3030
>
@@ -36,7 +36,7 @@ class="size-[1.1rem] transition duration-200 group-hover:text-violet-400 dark:te
3636

3737
<div>
3838
<a
39-
href="https://discord.gg/X62tWNStZK"
39+
href="{{ $discordLink }}"
4040
title="Go to discord server"
4141
class="group dark:hover:bg-haiti inline-grid size-10 place-items-center rounded-xl bg-zinc-200/80 transition duration-200 hover:bg-gray-200/70 dark:bg-gray-700/40"
4242
>
@@ -48,7 +48,7 @@ class="size-[1.1rem] text-black transition duration-200 group-hover:text-violet-
4848

4949
<div>
5050
<a
51-
href="https://opencollective.com/nativephp"
51+
href="{{ $openCollectiveLink }}"
5252
title="NativePHP on Open Collective"
5353
class="group dark:hover:bg-haiti inline-grid size-10 place-items-center rounded-xl bg-zinc-200/80 transition duration-200 hover:bg-gray-200/70 dark:bg-gray-700/40"
5454
>
@@ -60,7 +60,7 @@ class="size-[1.1rem] text-black transition duration-200 group-hover:text-violet-
6060

6161
<div>
6262
<a
63-
href="https://bsky.app/profile/nativephp.com"
63+
href="{{ $bskyLink }}"
6464
title="Bluesky"
6565
class="group dark:hover:bg-haiti inline-grid size-10 place-items-center rounded-xl bg-zinc-200/80 transition duration-200 hover:bg-gray-200/70 dark:bg-gray-700/40"
6666
>

resources/views/docs/desktop/1/getting-started/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ C:\path\to\your\app\dist\win-unpacked\resources\app.asar.unpacked\resources\php\
138138
If you've found a bug, please [open an issue](https://github.com/nativephp/laravel/issues/new) on GitHub.
139139

140140
There's also [Discussions](https://github.com/orgs/NativePHP/discussions) and
141-
[Discord](https://discord.gg/X62tWNStZK) for live chat.
141+
[Discord]({{ $discordLink }}) for live chat.
142142

143143
Come join us! We want you to succeed.

resources/views/docs/desktop/1/getting-started/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ with NativePHP.
1515
But we always need your help! If you spot any bugs or feel that there are any features missing, be sure to share
1616
your ideas and questions through the [forum](https://github.com/orgs/nativephp/discussions), by
1717
[raising issues](https://github.com/nativephp/laravel/issues/new/choose)/reporting bugs, and discussing on
18-
[Discord](https://discord.gg/X62tWNStZK).
18+
[Discord]({{ $discordLink }}).
1919

2020
<aside class="relative z-0 mt-5 overflow-hidden rounded-2xl bg-pink-50 px-5 ring-1 ring-black/5 dark:bg-pink-600/10">
2121

resources/views/docs/desktop/2/digging-deeper/php-binaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The extensions that are included in the default binaries are defined in the
2727
[`php-extensions.txt`](https://github.com/NativePHP/php-bin/blob/main/php-extensions.txt) in the `php-bin` repo.
2828

2929
If you think an extension is missing that would make sense as a default extension, feel free to
30-
[make a feature request](https://github.com/nativephp/laravel/issues/new/choose) for it.
30+
[make a feature request](https://github.com/nativephp/desktop/issues/new/choose) for it.
3131

3232
## Building custom binaries
3333

resources/views/docs/desktop/2/getting-started/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ C:\path\to\your\app\dist\win-unpacked\resources\app.asar.unpacked\resources\php\
134134
```
135135

136136
## Still stuck?
137-
If you've found a bug, please [open an issue](https://github.com/nativephp/laravel/issues/new) on GitHub.
137+
If you've found a bug, please [open an issue](https://github.com/nativephp/desktop/issues/new) on GitHub.
138138

139139
There's also [Discussions](https://github.com/orgs/NativePHP/discussions) and
140-
[Discord](https://discord.gg/X62tWNStZK) for live chat.
140+
[Discord]({{ $discordLink }}) for live chat.
141141

142142
Come join us! We want you to succeed.

resources/views/docs/desktop/2/getting-started/status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ with NativePHP.
1414

1515
But we always need your help! If you spot any bugs or feel that there are any features missing, be sure to share
1616
your ideas and questions through the [forum](https://github.com/orgs/nativephp/discussions), by
17-
[raising issues](https://github.com/nativephp/laravel/issues/new/choose)/reporting bugs, and discussing on
18-
[Discord](https://discord.gg/X62tWNStZK).
17+
[raising issues](https://github.com/nativephp/desktop/issues/new/choose)/reporting bugs, and discussing on
18+
[Discord]({{ $discordLink }}).
1919

2020
<aside class="relative z-0 mt-5 overflow-hidden rounded-2xl bg-pink-50 px-5 ring-1 ring-black/5 dark:bg-pink-600/10">
2121

resources/views/docs/desktop/2/getting-started/support-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ NativePHP provides methods of bundling your own static PHP binaries. Support is
3232
[Laravel: Support Policy](https://laravel.com/docs/master/releases#support-policy)
3333

3434
## Requesting Support
35-
Support can be obtained by opening an issue on the [NativePHP/laravel]({{ $githubLink }}/laravel/issues) repository or by joining the [Discord]({{ $discordLink }}).
35+
Support can be obtained by opening an issue on the [NativePHP/desktop]({{ $githubLink }}/desktop/issues) repository or by joining the [Discord]({{ $discordLink }}).
3636

3737
When requesting support, it is requested that you are using a supported version. If you are not, you will be asked to upgrade to a supported version before any support is provided.

resources/views/docs/mobile/1/the-basics/native-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Laravel Facades for ease of access and testing:
2525

2626
#### Found a bug?
2727

28-
Community support is available to all at no cost via [Discord](/discord). Higher priority support directly from the
28+
Community support is available to all at no cost via [Discord]({{ $discordLink }}). Higher priority support directly from the
2929
NativePHP team is available to **Max** and **Ultra** license holders.
3030

3131
</aside>

resources/views/livewire/order-success.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class="size-6 text-violet-600 dark:text-violet-400"
433433
</a>
434434

435435
<a
436-
href="https://discord.gg/X62tWNStZK"
436+
href="{{ $discordLink }}"
437437
class="dark:bg-mirage dark:hover:bg-haiti dark:hover:ring-cloud rounded-2xl bg-gray-100 p-6 transition duration-200 hover:bg-gray-200/70 hover:ring-1 hover:ring-black/60"
438438
>
439439
<div

0 commit comments

Comments
 (0)