updated links to subdomains to use https
This commit is contained in:
@@ -37,11 +37,11 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
text: "Play an <b>old build</b> (developed until 2025-05-16)",
|
||||
link: "//apps.denizk0461.dev/projectn5",
|
||||
link: "https://apps.denizk0461.dev/projectn5",
|
||||
},
|
||||
{
|
||||
text: "Download the <b>old Windows builds</b>",
|
||||
link: "//files.denizk0461.dev/projectn5",
|
||||
link: "https://files.denizk0461.dev/projectn5",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -61,7 +61,7 @@ export const projects: Project[] = [
|
||||
links: [
|
||||
{
|
||||
text: "View the latest <b>Magician</b> build",
|
||||
link: "//apps.denizk0461.dev/magician",
|
||||
link: "https://apps.denizk0461.dev/magician",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -98,7 +98,7 @@ export const projects: Project[] = [
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>Swords & Stuff</b>",
|
||||
link: "//apps.denizk0461.dev/swordsnstuff",
|
||||
link: "https://apps.denizk0461.dev/swordsnstuff",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -118,11 +118,11 @@ export const projects: Project[] = [
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>TADS 1</b>",
|
||||
link: "//apps.denizk0461.dev/tads/1",
|
||||
link: "https://apps.denizk0461.dev/tads/1",
|
||||
},
|
||||
{
|
||||
text: "Play <b>TADS 2</b>",
|
||||
link: "//apps.denizk0461.dev/tads/2",
|
||||
link: "https://apps.denizk0461.dev/tads/2",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -145,7 +145,7 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
text: "Get the <b>PCB and STL files</b>",
|
||||
link: "//files.denizk0461.dev/daisyfm/",
|
||||
link: "https://files.denizk0461.dev/daisyfm/",
|
||||
},
|
||||
{
|
||||
text: "View the code files on <b>Codeberg</b>",
|
||||
|
||||
Reference in New Issue
Block a user