Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 63a7f6e

Browse files
committed
ENG-8657: Fix broken links on hosting page
1 parent 42a0e64 commit 63a7f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcweb/pages/hosting/views/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def gallery_app_card(app: dict) -> rx.Component:
1313
alt="Image preview for app: " + app["title"],
1414
class_name="w-full h-full duration-150 object-top object-cover hover:scale-105 transition-transform ease-out",
1515
),
16-
href=f"/docs/getting-started/open-source-templates/{app['url'].replace(' ', '-').lower()}",
16+
href=f"/docs/getting-started/open-source-templates/{app['url'].replace(' ', '-').replace('_', '-').lower()}",
1717
),
1818
class_name="relative border-slate-5 border-b border-solid w-full overflow-hidden h-[11.5rem]",
1919
),

0 commit comments

Comments
 (0)