diff --git a/astro/generate-a-static-svg-sprite-sheet.md b/astro/generate-a-static-svg-sprite-sheet.md index be207b5..029d8b1 100644 --- a/astro/generate-a-static-svg-sprite-sheet.md +++ b/astro/generate-a-static-svg-sprite-sheet.md @@ -1,6 +1,6 @@ # Generate a static SVG sprite sheet -Since learning about [SVG sprite sheets](/svg/create-an-svg-sprite-sheet.md), I've used them rather than SVGs inlined in HTML. +Since learning about SVG sprite sheets, I've used them rather than SVGs inlined in HTML. Generally, my process looks something like this: