Skip to content

Commit b12c3eb

Browse files
authored
chore: Update links
1 parent 754e201 commit b12c3eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @pixi/layers - PixiJS Layers Kit
22

3-
[![Build CI](https://github.com/pixijs/layers/actions/workflows/build.yml/badge.svg)](https://github.com/pixijs/layers/actions/workflows/build.yml) [![npm version](https://badge.fury.io/js/%40pixi%2Flayers.svg)](https://badge.fury.io/js/%40pixi%2Flayers)
3+
[![Build CI](https://github.com/pixijs-userland/layers/actions/workflows/build.yml/badge.svg)](https://github.com/pixijs-userland/layers/actions/workflows/build.yml) [![npm version](https://badge.fury.io/js/%40pixi%2Flayers.svg)](https://badge.fury.io/js/%40pixi%2Flayers)
44

55
This package provides an extension to scene tree - layers. These layers allows you to change
66
the rendering order of items in your scene without moving them around in your scene. It's like
@@ -18,10 +18,10 @@ npm install --save @pixi/layers
1818

1919
## Examples
2020

21-
* [Blend Modes example](https://pixijs.io/layers/examples/blend-modes.html)
22-
* [Z-order example](https://pixijs.io/layers/examples/z-order.html)
23-
* [Double buffering](https://pixijs.io/layers/examples/trail.html)
24-
* [Bring To Top](https://pixijs.io/layers/examples/bring-to-top.html)
21+
* [Blend Modes example](https://userland.pixijs.io/layers/examples/blend-modes.html)
22+
* [Z-order example](https://userland.pixijs.io/layers/examples/z-order.html)
23+
* [Double buffering](https://userland.pixijs.io/layers/examples/trail.html)
24+
* [Bring To Top](https://userland.pixijs.io/layers/examples/bring-to-top.html)
2525

2626
## Usage
2727

0 commit comments

Comments
 (0)