diff --git a/README.md b/README.md index 2a88916..68fd32c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @pixi/layers - PixiJS Layers Kit -[![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) +[![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) This package provides an extension to scene tree - layers. These layers allows you to change 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 ## Examples -* [Blend Modes example](https://pixijs.io/layers/examples/blend-modes.html) -* [Z-order example](https://pixijs.io/layers/examples/z-order.html) -* [Double buffering](https://pixijs.io/layers/examples/trail.html) -* [Bring To Top](https://pixijs.io/layers/examples/bring-to-top.html) +* [Blend Modes example](https://userland.pixijs.io/layers/examples/blend-modes.html) +* [Z-order example](https://userland.pixijs.io/layers/examples/z-order.html) +* [Double buffering](https://userland.pixijs.io/layers/examples/trail.html) +* [Bring To Top](https://userland.pixijs.io/layers/examples/bring-to-top.html) ## Usage