Skip to content

docs: fix RapidTables HSL conversion reference URL - #3172

Open
FirmaSpring wants to merge 1 commit into
SixLabors:mainfrom
FirmaSpring:docs/fix-rapidtables-hsl-link
Open

docs: fix RapidTables HSL conversion reference URL#3172
FirmaSpring wants to merge 1 commit into
SixLabors:mainfrom
FirmaSpring:docs/fix-rapidtables-hsl-link

Conversation

@FirmaSpring

Copy link
Copy Markdown

Problem

The HSL conversion test cites RapidTables without a file extension:

http://www.rapidtables.com/convert/color/hsl-to-rgb

GET with redirects returns 404. The live page is /hsl-to-rgb.html.

Solution

Update the see href to the current RapidTables URL.

Verification

curl -sL -o /dev/null -w "%{http_code} %{url_effective}" -A "Mozilla/5.0" \
  "http://www.rapidtables.com/convert/color/hsl-to-rgb"
# 404 https://www.rapidtables.com/convert/color/hsl-to-rgb

curl -sL -o /dev/null -w "%{http_code} %{url_effective}" -A "Mozilla/5.0" \
  "https://www.rapidtables.com/convert/color/hsl-to-rgb.html"
# 200 https://www.rapidtables.com/convert/color/hsl-to-rgb.html

## Problem

The HSL conversion test cites RapidTables without a file extension:

http://www.rapidtables.com/convert/color/hsl-to-rgb

GET with redirects returns 404. The live page is `/hsl-to-rgb.html`.

## Solution

Update the `see` href to the current RapidTables URL.

## Verification

```
curl -sL -o /dev/null -w "%{http_code} %{url_effective}" -A "Mozilla/5.0" \
  "http://www.rapidtables.com/convert/color/hsl-to-rgb"
# 404 https://www.rapidtables.com/convert/color/hsl-to-rgb

curl -sL -o /dev/null -w "%{http_code} %{url_effective}" -A "Mozilla/5.0" \
  "https://www.rapidtables.com/convert/color/hsl-to-rgb.html"
# 200 https://www.rapidtables.com/convert/color/hsl-to-rgb.html
```

Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com>
@CLAassistant

CLAassistant commented Aug 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants