Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>
<div class="flex gap-4">
<a
href="https://github.com/Prestgg1/AzLang.git"
href="https://github.com/AzLangProgramingLanguage/AzLang.git"
target="_blank"
rel="noopener noreferrer"
class="rounded-md p-2 transition hover:bg-white/20"
Expand Down Expand Up @@ -63,7 +63,7 @@
<!-- <li><a href="#" class="transition-colors hover:text-white">Forum</a></li> -->
<li>
<a
href="https://github.com/Prestgg1/AzLang.git"
href="https://github.com/AzLangProgramingLanguage/AzLang.git"
target="_blank"
rel="noopener noreferrer"
class="transition-colors hover:text-white">GitHub</a
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<a
target="_blank"
href="https://github.com/Prestgg1/AzLang"
href="https://github.com/AzLangProgramingLanguage/AzLang"
class="flex transform cursor-pointer items-center rounded-md border-2 border-green-500 px-8 py-2 text-lg font-semibold text-green-600 shadow-lg transition-all duration-300 hover:scale-105 hover:bg-green-50 hover:shadow-xl"
>
<Github class="mr-2 h-5 w-5" />
Expand Down
2 changes: 1 addition & 1 deletion src/routes/download/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div class="text-center">
<a
href="https://github.com/Prestgg1/AzLang/releases/download/azlangsetup/azlang_win_setup_0_0_2.zip"
href="https://github.com/AzLangProgramingLanguage/AzLang/releases"
download
class="my-4 inline-flex items-center justify-center rounded-lg bg-gradient-to-r from-red-600 via-blue-600 to-green-600 px-12 py-4 text-lg font-semibold text-white shadow-lg transition-all duration-300 hover:scale-105 hover:shadow-2xl"
>
Expand Down