fix incorrect URL to rio website

This commit is contained in:
Jakob Pinterits
2025-02-22 12:23:36 +01:00
parent 997bd1c2ac
commit 196c7a42ad

View File

@@ -140,7 +140,7 @@ class ProjectTemplate:
# All examples are hosted, provided they don't require any changes by
# the user.
if self.ready_to_run:
return rio.URL(f"https://rio.io/live-demo/{self.slug}")
return rio.URL(f"https://rio.dev/live-demo/{self.slug}")
return None