We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240e3f6 commit 5624be7Copy full SHA for 5624be7
docs/specifications/deep-links.md
@@ -31,7 +31,7 @@ Our system incorporates two specific deeplink schemes—namely IOTA and SHIMMER.
31
iota[-<stage>]://<context>/<operation>[?param=<param>]
32
```
33
34
-**SHIMMER**
+**Shimmer**
35
36
37
firefly[-<stage>]://<context>/<operation>[?param=<param>]
@@ -49,7 +49,7 @@ The parameters are as follows:
49
- `operation` - an operation within a specific context (see below for more detail)
50
- `param` - query parameter(s) relevant for the specified operation
51
52
-To target the production version, use the following deeplink prefix:
+To target the production version simply don't specify any stages, example for Shimmer:
53
54
55
firefly://
0 commit comments