From dcbc532876e16fcd38bd24df7f61530b21c66bf7 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 2 Apr 2024 14:07:02 +0100 Subject: [PATCH] Link to MDN instead of w3schools on links page --- src/styles/links/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/links/index.md b/src/styles/links/index.md index d3fc29c38b..6ac5c867da 100644 --- a/src/styles/links/index.md +++ b/src/styles/links/index.md @@ -66,6 +66,6 @@ When offering links to content in other languages, make sure: - the link's text includes the name of the alternative language in both English and the source language - the link's purpose is always clear, even when taken out of context -- the link element includes an [`hreflang` attribute](https://www.w3schools.com/tags/att_a_hreflang.asp) that identifies the language of the linked page. +- the link element includes an [`hreflang` attribute](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/hreflang) that identifies the language of the linked page. For example, your link text could be 'use [Service name] in [language]'.