From 8e86b5f0fb09e3725f0e3b72425373d9c4c1f88a Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Wed, 3 Jun 2026 10:55:41 +0200 Subject: [PATCH] Update example link for background-color usage --- files/en-us/web/api/htmltablerowelement/bgcolor/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmltablerowelement/bgcolor/index.md b/files/en-us/web/api/htmltablerowelement/bgcolor/index.md index e9e48cab4090dd3..9a520da407b21c4 100644 --- a/files/en-us/web/api/htmltablerowelement/bgcolor/index.md +++ b/files/en-us/web/api/htmltablerowelement/bgcolor/index.md @@ -27,7 +27,7 @@ One of the following value types can be used: ## Examples -Use CSS `background-color` instead. An [example](/en-US/docs/Web/CSS/Reference/Properties/background-color#colorize_tables) is available on the {{cssxref("background-color")}} page. +Use CSS `background-color` instead. An [example](/en-US/docs/Web/CSS/Reference/Properties/background-color#basic_example) is available on the {{cssxref("background-color")}} page. ## Specifications