Skip to content

Commit 1cbc92e

Browse files
authored
Update ephemeral subdomains, remove Oasis link
1 parent 7b75d52 commit 1cbc92e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/developing/path.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ option.
1919

2020
* Example grain URL: https://sandstorm.example.com/grain/TPeYUde5rioE5keWM
2121

22-
* Example ephemeral domain URL: https://96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/
22+
* Example ephemeral domain URL: https://ui-96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/
2323

24-
**[Try it now](https://oasis.sandstorm.io/)** by creating a grain and using your
25-
browser's _Inspect Element_ feature to look at the URL of the `IFRAME` element.
24+
Try it by creating a grain and using your browser's _Inspect Element_ feature
25+
to look at the URL of the `IFRAME` element, or open the frame in a new tab.
2626

2727
**If you need a stable domain name**: the app can **expose static HTML content
2828
to a stable domain name** by using the [static web
@@ -40,7 +40,7 @@ grain. To be specific:
4040

4141
* Example URL: https://sandstorm.example.com/grain/TPeYUde5rioE5keWM/awesomeinfo#section3
4242

43-
* Example ephemeral domain URL: https://96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/awesomeinfo#section3
43+
* Example ephemeral domain URL: https://ui-96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/awesomeinfo#section3
4444

4545
The grain user's web browser will show the grain URL (with the path and fragment) in the address
4646
bar. By default, this URL will not change, even as the user clicks around within the app. To address
@@ -61,7 +61,7 @@ window.parent.postMessage({'setPath': location.pathname + location.hash}, '*');
6161

6262
This will copy the path and fragment from the grain into the browser's address bar.
6363

64-
* Example ephemeral domain URL: https://96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/foo#bar
64+
* Example ephemeral domain URL: https://ui-96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/foo#bar
6565

6666
* URL: https://sandstorm.example.com/grain/TPeYUde5rioE5keWM/foo#bar
6767

0 commit comments

Comments
 (0)