Skip to content

Commit 561f4dd

Browse files
committed
Update aframe-environment-component to 1.4.0 in docs
1 parent e89db7d commit 561f4dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/building-a-basic-scene.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ First, include the environment component using a script tag after A-Frame:
224224
```html
225225
<head>
226226
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
227-
<script src="https://unpkg.com/aframe-environment-component@1.3.x/dist/aframe-environment-component.min.js"></script>
227+
<script src="https://unpkg.com/aframe-environment-component@1.4.x/dist/aframe-environment-component.min.js"></script>
228228
</head>
229229
```
230230

examples/docs/basic-scene/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://aframe.io/releases/<release_number>/aframe.min.js"></script>
88
-->
99
<script src="../../../dist/aframe-master.js"></script>
10-
<script src="https://unpkg.com/aframe-environment-component@1.3.x/dist/aframe-environment-component.min.js"></script>
10+
<script src="https://unpkg.com/aframe-environment-component@1.4.x/dist/aframe-environment-component.min.js"></script>
1111
</head>
1212
<body>
1313
<a-scene>
@@ -46,7 +46,7 @@
4646
<a-entity environment="preset: forest; dressingAmount: 500"></a-entity>
4747
<!-- Try changing the preset to one of default, contact, egypt, checkerboard, forest, goaland, yavapai, goldmine,
4848
threetowers, poison, arches, tron, japan, dream, volcano, starry, osiris. -->
49-
<!-- See more environment options: https://github.com/feiss/aframe-environment-component#parameters -->
49+
<!-- See more environment options: https://github.com/supermedium/aframe-environment-component#parameters -->
5050
</a-scene>
5151
</body>
5252
</html>

0 commit comments

Comments
 (0)