Skip to content

Commit 192bf41

Browse files
committed
Fix link to tickets on FAQ page
Signed-off-by: Bhavin Gandhi <[email protected]>
1 parent e1079cc commit 192bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/about/faqs.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ layout: base.njk
203203
{% call renderDropdown("Where can I purchase the tickets?") -%}
204204
<div class="pt-4 px-4 text-lg">
205205
<p>
206-
Tickets for PyCon India 2025 are available on Konfhub, our Ticketing and Finance Partner. Get your tickets <a class="text-blue-600 no-underline" href="/tickets">here</a>.
206+
Tickets for PyCon India 2025 are available on Konfhub, our Ticketing and Finance Partner. Get your tickets <a class="text-blue-600 no-underline" href="{{ env.baseUrl }}tickets">here</a>.
207207
</p>
208208
</div>
209209
{%- endcall %}

0 commit comments

Comments
 (0)