aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/css/length
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/css/length')
-rw-r--r--files/de/web/css/length/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/css/length/index.html b/files/de/web/css/length/index.html
index 6309f0f045..c7f48f03d4 100644
--- a/files/de/web/css/length/index.html
+++ b/files/de/web/css/length/index.html
@@ -66,9 +66,9 @@ translation_of: Web/CSS/length
<dt id="vw"><code>vw</code></dt>
<dd><code>1vw</code> entspricht 1% Anzeigenbreite (vh = viewport width).</dd>
<dt><code>vi</code> {{experimental_inline}}</dt>
- <dd>Entspricht 1% der Länge der <a href="https://wiki.developer.mozilla.org/de/docs/Web/CSS/CSS_Logical_Properties">Inlineachse</a> des umgebenden Blocks. Die Inlineachse ist die Richtung, in der Text geschrieben wird, also horizontal für deutschen Text.</dd>
+ <dd>Entspricht 1% der Länge der <a href="/de/docs/Web/CSS/CSS_Logical_Properties">Inlineachse</a> des umgebenden Blocks. Die Inlineachse ist die Richtung, in der Text geschrieben wird, also horizontal für deutschen Text.</dd>
<dt><code>vi</code> {{experimental_inline}}</dt>
- <dd>Entspricht 1% der Länge der <a href="https://wiki.developer.mozilla.org/de/docs/Web/CSS/CSS_Logical_Properties">Blockachse</a> des umgebenden Blocks. Die Blockachse verläuft im Winkel von 90° zur Inlineachse, also vertikal für deutschen Text.</dd>
+ <dd>Entspricht 1% der Länge der <a href="/de/docs/Web/CSS/CSS_Logical_Properties">Blockachse</a> des umgebenden Blocks. Die Blockachse verläuft im Winkel von 90° zur Inlineachse, also vertikal für deutschen Text.</dd>
<dt id="vmin"><code>vmin</code></dt>
<dd>Der kleinere der Werte <code>vh</code> und <code>vw</code>.</dd>
<dt id="vmax"><code>vmax</code></dt>