mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-11 16:19:32 -06:00
fix incorrect URL to rio website
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user