Browse Source

Merge pull request #3172 from FirmaSpring/docs/fix-rapidtables-hsl-link

docs: fix RapidTables HSL conversion reference URL
pull/3177/head
James Jackson-South 2 weeks ago
committed by GitHub
parent
commit
fbb59045ca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/ImageSharp.Tests/ColorProfiles/RgbAndHslConversionTest.cs

2
tests/ImageSharp.Tests/ColorProfiles/RgbAndHslConversionTest.cs

@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Tests.ColorProfiles;
/// <remarks>
/// Test data generated using:
/// <see href="http://www.colorhexa.com"/>
/// <see href="http://www.rapidtables.com/convert/color/hsl-to-rgb"/>
/// <see href="https://www.rapidtables.com/convert/color/hsl-to-rgb.html"/>
/// </remarks>
[Trait("Color", "Conversion")]
public class RgbAndHslConversionTest

Loading…
Cancel
Save