diff --git a/rio/snippets/project_template.py b/rio/snippets/project_template.py index 6ba14d42..e56fd668 100644 --- a/rio/snippets/project_template.py +++ b/rio/snippets/project_template.py @@ -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