diff --git a/index.html b/index.html
index cdac87c..6fb4902 100644
--- a/index.html
+++ b/index.html
@@ -106,7 +106,7 @@
§ Logic
§ Hologram app is already installed on user’s handset
Operating system SHOULD detect that the URL starts with https://hologram.zone/ (we definitely rely on it), and because the Hologram App registered this URL in the OS, OS SHOULD automatically open the Hologram App, and app MUST automatically process the URL content (oob
and tp
params).
-NOTEHologram.zone website is even not reached in this case.
+
NOTEHologram.zone website is even not reached in this case.
§ Hologram app is not installed on user’s handset
@@ -126,7 +126,7 @@
A footer with copyright, etc
-
+
§ User arrives with a DTS invitation in URL
User was directed to https://hologram.zone/?oob=QIUiudggiUQ..&tp=ABC
The website MUST show:
@@ -138,7 +138,7 @@
A footer with copyright, etc
-
+
§ Rendering of the invitation for connecting to service
In the case of Instructions to 2, the website:
diff --git a/assets/noservice.png b/noservice.png
similarity index 100%
rename from assets/noservice.png
rename to noservice.png
diff --git a/spec.md b/spec.md
index b35bd94..c3f2c14 100644
--- a/spec.md
+++ b/spec.md
@@ -144,7 +144,7 @@ The website MUST show:
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc
-![noservice](./assets/noservice.png)
+![noservice](./noservice.png)
### User arrives with a DTS invitation in URL
@@ -160,7 +160,7 @@ The website MUST show:
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc
-![withservice](./assets/withservice.png)
+![withservice](./withservice.png)
### Rendering of the invitation for connecting to service
diff --git a/assets/withservice.png b/withservice.png
similarity index 100%
rename from assets/withservice.png
rename to withservice.png