From b12c3ebae5f5d55ae14e0cd91cfe5a5ec02d9a81 Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Thu, 19 Dec 2024 19:59:11 -0500 Subject: [PATCH] chore: Update links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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