From 825563c118b07f2476d555bacb37dce69cba62a2 Mon Sep 17 00:00:00 2001 From: AkaraSellegg <55230837+richeyphu@users.noreply.github.com> Date: Mon, 4 Jul 2022 16:37:11 +0700 Subject: [PATCH] Fix bad URLs Fix some URLs that are not in a proper format. --- src/data/projects.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/data/projects.js b/src/data/projects.js index cf96b25..d6e35e5 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -39,14 +39,14 @@ Chatbot ชวนคุยแก้เหงาที่ช่วยหาคำ name: "MosQlick by tam-arai-sak-yang-tee", team: [ ["Seai"], ["Jainu"], ["Mikaxris"], - ["Santhitak", "github.com/santhitak"], - ["Spicyzboss", "github.com/spicyzboss"], - ["Jeremy", "github.com/pp3times"]], + ["Santhitak", "https://github.com/santhitak"], + ["Spicyzboss", "https://github.com/spicyzboss"], + ["Jeremy", "https://github.com/pp3times"]], description: `ซ้อมตียุงกันเถอะ!!`, img: "mosqlick.webp", url: [ ["site", "https://mos-qlick.vercel.app/"], - ["github", "github: https://github.com/santhitak/mosQlick"] + ["github", "https://github.com/santhitak/mosQlick"] ], award: "🥈 2nd Most Stupid Award" }, { @@ -63,7 +63,7 @@ Chatbot ชวนคุยแก้เหงาที่ช่วยหาคำ },{ name: "Kaptcha by LAzyDev", team: [ - ["Kanisorn siripatkerdpong", "ttps://github.com/new4761"], + ["Kanisorn siripatkerdpong", "https://github.com/new4761"], ["Tanakorn Thampanya", "https://github.com/Endifly"], ["Nopon Somanawattana", "https://github.com/noppon11"], ["Khajohnyos Boonkate", "https://github.com/markkj"], @@ -160,13 +160,13 @@ Chatbot ชวนคุยแก้เหงาที่ช่วยหาคำ name: "RRRaaSs by ผจญภัยในป่าอะเมซอน ไปเจอชนเผ่ามายาฮี มายาฮู มายาฮา มายาห๊ะ นั่นเสียงอะไรหน่ะ นั่นสิ ไม่รู้ ไม่รู้ ไม่รู้", description: "Rickroll but you wouldn't hear it, you touch it ;)", team: [ - ["Phu", "github.com/richeyphu"], - ["Unn", "github.com/thitiwat-t"], + ["Phu", "https://github.com/richeyphu"], + ["Unn", "https://github.com/thitiwat-t"], ], img: "rrraass.webp", url: [ ["github", "https://github.com/thitiwat-t/rrraass"], - ["demo", "rrraass.vercel.app"], + ["demo", "https://rrraass.vercel.app"], ] }, { name: "ได้รับเเรงบันดาลใจจากภูมิปรินทร์ by นั้นสิ", @@ -215,4 +215,4 @@ Ref 2: [Below]`, ], img: "pedeep.webp" } -] \ No newline at end of file +]