Skip to content

Commit 2416569

Browse files
committed
fix: update GitHub link in astro.config.mjs for Angular tutorials
- Changed the GitHub repository URL from "https://github.com/dolmen-tools/angular-tutorials" to "https://github.com/angular-courses-lab/angular-tutorials" to reflect the new repository location.
1 parent afc906e commit 2416569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
{
2020
icon: "github",
2121
label: "GitHub",
22-
href: "https://github.com/dolmen-tools/angular-tutorials",
22+
href: "https://github.com/angular-courses-lab/angular-tutorials",
2323
},
2424
{
2525
icon: "comment",

0 commit comments

Comments
 (0)