Skip to content

Commit 864b007

Browse files
committed
feat: add new GSoC proposal for Org - Chromium and update link to GSoC guide
1 parent f877f5d commit 864b007

File tree

1 file changed

+8
-2
lines changed
  • src/Page/OpportunitiesHub/opensource

1 file changed

+8
-2
lines changed

src/Page/OpportunitiesHub/opensource/gsoc.jsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ const proposals = [
194194
organization: 'Org - Wikimedia',
195195
proposal: 'https://www.mediawiki.org/wiki/Book_management',
196196
},
197+
{
198+
name: 'Unknown',
199+
organization: 'Org - Chromium',
200+
proposal:
201+
'https://docs.google.com/document/d/1IOj4hSdPl8h1-8zYK_Gt3OxA0R44SLbmr-ZH3f9yDXM/edit?tab=t.0#heading=h.f9xi00yo67jk',
202+
},
197203
];
198204

199205
const Pattern = () => {
@@ -374,12 +380,12 @@ export default function GsocPage() {
374380
GSoC 2026 Timeline
375381
</a>
376382
<a
377-
href="https://docs.google.com/document/d/1IOj4hSdPl8h1-8zYK_Gt3OxA0R44SLbmr-ZH3f9yDXM/edit?tab=t.0#heading=h.f9xi00yo67jk"
383+
href="https://github.com/codeaashu/GSOC-The-Beginners-Guide"
378384
target="_blank"
379385
rel="noreferrer"
380386
className="inline-flex items-center justify-center rounded-full bg-cyan-500/20 px-4 py-2 text-base font-semibold text-cyan-100 transition hover:bg-cyan-500/30"
381387
>
382-
Proposal Structure Guide Template
388+
The Beginners Guide to GSoC
383389
</a>
384390
</div>
385391
</div>

0 commit comments

Comments
 (0)