Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 3f31dae

Browse files
authored
Fixed dead example links in examples
This commit fixes the issue with official examples leading to an unknown/dead link.
1 parent d975fbe commit 3f31dae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,31 +366,31 @@ <h1 class="title is-1"><a name="showcase">#</a> Showcase</h1>
366366
{
367367
"name": "wgpu",
368368
"description": "Water example",
369-
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/water",
369+
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/src/water",
370370
"thumbnail": "screenshots/example-water.gif"
371371
},
372372
{
373373
"name": "wgpu",
374374
"description": "Shadow example",
375-
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/shadow",
375+
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/src/shadow",
376376
"thumbnail": "screenshots/example-shadow.png"
377377
},
378378
{
379379
"name": "wgpu",
380380
"description": "Cube example",
381-
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/cube",
381+
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/src/cube",
382382
"thumbnail": "screenshots/example-cube.png"
383383
},
384384
{
385385
"name": "wgpu",
386386
"description": "Mipmap example",
387-
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/mipmap",
387+
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/src/mipmap",
388388
"thumbnail": "screenshots/example-mipmap.png"
389389
},
390390
{
391391
"name": "wgpu",
392392
"description": "Skybox example",
393-
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/skybox",
393+
"website": "https://github.com/gfx-rs/wgpu/tree/trunk/examples/src/skybox",
394394
"thumbnail": "screenshots/example-skybox.gif"
395395
}
396396
];

0 commit comments

Comments
 (0)