You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,8 +19,9 @@ LinkSim supports shareable deep links that link directly to a specific simulatio
19
19
- No URL encoding required for special characters
20
20
21
21
### Case Handling
22
-
- URLs preserve original case (e.g., `/Blefjell` not `/blefjell`)
22
+
- URLs preserve original case (e.g., `/Alice/Blefjell` not `/alice/blefjell`)
23
23
- Matching is case-insensitive using canonical slug comparison
24
+
- Simulation names are resolved inside the owner username namespace, so different users can use the same Simulation name.
24
25
25
26
### Delimiters
26
27
-**Multi-site selection**: `+` between site names
@@ -45,6 +46,8 @@ Old-style deep links using query parameters are still supported:
45
46
46
47
When accessed, these links will load the simulation but may not preserve site/link selection (legacy limitation).
47
48
49
+
The previous path-only format `/<simulation>` is no longer a valid deep link because path links now require an owner username segment.
50
+
48
51
## Generating Deep Links
49
52
50
53
Deep links are automatically generated when using the Share functionality in the app. The appropriate format is chosen based on current selection state.
0 commit comments