From cb379c6b232daa375c41a77b34790768d8ef0ab2 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Thu, 23 Apr 2020 13:57:48 -0700 Subject: [PATCH] Fix broken links in architecture doc (#979) --- docs/architecture.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 155db05a..a663701d 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -33,7 +33,7 @@ The `Winamp` class instantiates a single `Media` instance and passes it's [Analy ## Skins -Winamp skins (`.wsz`) are, under the hood, just `.zip` files which contain `.bmp` sprite sheets, and some config files. We use [JSZip] to unpack the zip archive, and then some clever canvas slicing to extract the individual sprites out of each `.bmp`. We get these sprite images as [data URIs] which are dispatched to Redux. We then have a [Skin](../js/components/Skin.js) component which renders a `