Skip to content

Commit 27f55a6

Browse files
Fix bad link in documentation (aframevr#5090)
* remove the colon in the listing that conflicts with the regexp of 'npm run test:docs' * fix link error found by 'npm run test:docs'
1 parent c39a304 commit 27f55a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/components/gltf-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ glTF file size may be reduced using [Draco][draco] or [Meshopt][meshopt] compres
120120

121121
To optimize an existing glTF model, use tools such as:
122122

123-
- [Blender][blender]: Draco compression
124-
- [glTF-Pipeline][gltf-pipeline]: Draco compression
125-
- [glTF-Transform][gltf-transform]: Draco or Meshopt compression
126-
- [gltfpack][gltfpack]: Meshopt compression
123+
- [Blender][blender] for Draco compression
124+
- [glTF-Pipeline][gltf-pipeline] for Draco compression
125+
- [glTF-Transform][gltf-transform] for Draco or Meshopt compression
126+
- [gltfpack][gltfpack] for Meshopt compression
127127

128128
You'll also need to load a decoder library by configuring scene properties as explained below.
129129

docs/introduction/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ including:
299299

300300
## Which headsets, browsers, devices, and platforms does A-Frame support?
301301

302-
[deviceplatform]: ./vr-headsets-and-webvr-browsers.md
302+
[deviceplatform]: ./vr-headsets-and-webxr-browsers.md
303303

304304
Most of them. Read *[VR Headsets and WebVR Browsers][deviceplatform]* for more
305305
information.

0 commit comments

Comments
 (0)