aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-07 12:38:45 -0400
committerGitHub <noreply@github.com>2021-07-07 12:38:45 -0400
commit6eeb93afaa54a4d10aa06b683584d99683e5fae1 (patch)
tree441f0eb8c2f8a3130e6fd3c41afe343fa715b874 /files/de/glossary
parent9300e1df2b85949be1c0e858e7436c51bd1612da (diff)
downloadtranslated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.gz
translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.bz2
translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.zip
remove wiki.developer.mozilla.org links (de) (#1441)
Part of #1440
Diffstat (limited to 'files/de/glossary')
-rw-r--r--files/de/glossary/falsy/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/glossary/falsy/index.html b/files/de/glossary/falsy/index.html
index 231a35dbfb..30afc1c823 100644
--- a/files/de/glossary/falsy/index.html
+++ b/files/de/glossary/falsy/index.html
@@ -33,7 +33,7 @@ translation_of: Glossary/Falsy
</tr>
<tr>
<td><code>0n</code></td>
- <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt">BigInt</a>, sofern es als Boolescher Wert genutzt wird, folgt den gleichen Regeln wie eine Number. <code>0n</code> ist <em>falsy</em>.</td>
+ <td><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt">BigInt</a>, sofern es als Boolescher Wert genutzt wird, folgt den gleichen Regeln wie eine Number. <code>0n</code> ist <em>falsy</em>.</td>
</tr>
<tr>
<td><code>""</code>, <code>''</code>, <code>``</code></td>