diff options
author | Malyugin-Anton <64378540+am0xff@users.noreply.github.com> | 2021-10-30 14:39:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-30 14:39:35 +0300 |
commit | f886bcc980f6a0b9596f7e272a0580e5176e061d (patch) | |
tree | bb2df8ebfaac2d3db7a4f0684e52e17a91859264 /files/ru | |
parent | 0e151315189b0c0c3bd66f01f642690f52da55fb (diff) | |
download | translated-content-f886bcc980f6a0b9596f7e272a0580e5176e061d.tar.gz translated-content-f886bcc980f6a0b9596f7e272a0580e5176e061d.tar.bz2 translated-content-f886bcc980f6a0b9596f7e272a0580e5176e061d.zip |
Fix link to CSS optimizations page (#2916)
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/web/performance/lazy_loading/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/performance/lazy_loading/index.html b/files/ru/web/performance/lazy_loading/index.html index e2da785f32..d8e826ca40 100644 --- a/files/ru/web/performance/lazy_loading/index.html +++ b/files/ru/web/performance/lazy_loading/index.html @@ -44,7 +44,7 @@ translation_of: Web/Performance/Lazy_loading <link href="print.css" rel="stylesheet" media="print"> </pre> -<p>Также в целях ускорения CSS можно применять оптимизации (<a href="CSS performance optimization">CSS optimizations</a>).</p> +<p>Также в целях ускорения CSS можно применять оптимизации (<a href="https://developer.mozilla.org/en-US/docs/Learn/Performance/CSS">CSS optimizations</a>).</p> <h3 id="Шрифты"> Шрифты</h3> |