Skip to content

Commit 7977027

Browse files
farhaanbukhshanistark
authored andcommitted
fix: fixes links for coc
Signed-off-by: Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
1 parent da7c49c commit 7977027

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/_includes/landing/sponsors.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PyCon India is completely driven by volunteers. Sponsoring the event helps to sustain and grow the conference as well as
1111
the Community. Sponsor help in making the conference affordable, and maintaining the inventory for the conference.
1212
</p>
13-
{{ button(text="Download Prospectus", url="{{ env.baseUrl }}PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
13+
{{ button(text="Download Prospectus", url="PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
1414
</div>
1515
<!-- Desktop image -->
1616
<div class="hidden md:flex justify-end -mt-72">

src/cfp.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ layout: base.njk
429429
<p>Code of Conduct</p>
430430
</div>
431431
<div class="pt-12 text-[#000000] lg:pr-10">
432-
<p>All participants must adhere to the <a href="{{ env.baseUrl }}coc" class="underline text-pycon-blue">PyCon India Code of Conduct</a>, ensuring a welcoming and inclusive environment for everyone.</p>
432+
<p>All participants must adhere to the <a href="{{ env.baseUrl }}coc/guidelines" class="underline text-pycon-blue">PyCon India Code of Conduct</a>, ensuring a welcoming and inclusive environment for everyone.</p>
433433
</div>
434434
</div>
435435
</div>

src/tickets.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ layout: base.njk
272272
<ul class="list-none space-y-4 pt-4">
273273
<li class="flex">
274274
<img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1">
275-
<span>All attendees must adhere to the <a href="{{ env.baseUrl }}coc" class="underline text-pycon-blue">PyCon India Code of Conduct</a>, ensuring a welcoming and inclusive environment for everyone.</span>
275+
<span>All attendees must adhere to the <a href="{{ env.baseUrl }}coc/guidelines" class="underline text-pycon-blue">PyCon India Code of Conduct</a>, ensuring a welcoming and inclusive environment for everyone.</span>
276276
</li>
277277
</ul>
278278
</div>

0 commit comments

Comments
 (0)