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

Commit 6d2c5be

Browse files
committed
really fix links
1 parent 1179ced commit 6d2c5be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/samples.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,46 @@ export default [
1212
title: 'Grid Movement',
1313
image: sampleGrid,
1414
description: 'Example of building grid based movement.',
15-
url: '/sample-grid',
15+
url: 'https://excaliburjs.com/sample-grid',
1616
source: 'https://github.com/excaliburjs/sample-grid',
1717
},
1818
{
1919
title: 'Tiled w/ Parcel',
2020
image: sampleTiled,
2121
description:
2222
'This is a small level with the Tiled Plugin and Parcel bundler.',
23-
url: '/sample-tiled-parcel',
23+
url: 'https://excaliburjs.com/sample-tiled-parcel',
2424
source: 'https://github.com/excaliburjs/sample-tiled-parcel',
2525
},
2626
{
2727
title: 'Tiled w/ Vite',
2828
image: sampleTiled,
2929
description:
3030
'This is a small level with the Tiled Plugin and Vite bundler.',
31-
url: '/sample-tiled-vite',
31+
url: 'https://excaliburjs.com/sample-tiled-vite',
3232
source: 'https://github.com/excaliburjs/sample-tiled-vite',
3333
},
3434
{
3535
title: 'Tiled w/ Webpack',
3636
image: sampleTiled,
3737
description:
3838
'This is a small level with the Tiled Plugin and Webpack bundler.',
39-
url: '/sample-tiled-webpack',
39+
url: 'https://excaliburjs.com/sample-tiled-webpack',
4040
source: 'https://github.com/excaliburjs/sample-tiled-webpack',
4141
},
4242
{
4343
title: 'Platformer',
4444
image: samplePlatformer,
4545
description: 'This is a small platforming example.',
46-
url: '/sample-platformer',
46+
url: 'https://excaliburjs.com/sample-platformer',
4747
source: 'https://github.com/excaliburjs/sample-platformer',
4848
},
4949
{
5050
title: 'Matter.js',
5151
image: sampleMatterjs,
5252
description:
5353
'This is a small sample showing how to wire in a 3rd party physics instead of using Excalibur.',
54-
url: '/sample-matterjs',
54+
url: 'https://excaliburjs.com/sample-matterjs',
5555
source: 'https://github.com/excaliburjs/sample-matterjs',
5656
},
5757
{

0 commit comments

Comments
 (0)