Skip to content

Commit ca0b042

Browse files
committed
Change links in Web Templates to Github
1 parent 66f49e5 commit ca0b042

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/WebGLTemplates/UXF WebGL 2019/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>%UNITY_WEB_NAME%</h1>
5959

6060
<!-- Unity Container -->
6161
<p>Experiment developed with
62-
<a href="http://immersivecognition.com/unity-experiment-framework/">UXF</a>
62+
<a href="https://immersivecognition.github.io/unity-experiment-framework/">UXF</a>
6363
</p>
6464

6565
<script>
@@ -105,4 +105,4 @@ <h1>%UNITY_WEB_NAME%</h1>
105105

106106
</body>
107107

108-
</html>
108+
</html>

Assets/WebGLTemplates/UXF WebGL 2020/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>{{{ PRODUCT_NAME }}}</h1>
5959

6060
<!-- Unity Container -->
6161
<p>Experiment developed with
62-
<a href="http://immersivecognition.com/unity-experiment-framework/">UXF</a>
62+
<a href="https://immersivecognition.github.io/unity-experiment-framework/">UXF</a>
6363
</p>
6464

6565
<script>
@@ -118,4 +118,4 @@ <h1>{{{ PRODUCT_NAME }}}</h1>
118118

119119
</body>
120120

121-
</html>
121+
</html>

0 commit comments

Comments
 (0)