summaryrefslogtreecommitdiffhomepage
path: root/javascript.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2024-02-14 11:01:52 +0100
committerGitHub <noreply@github.com>2024-02-14 11:01:52 +0100
commit224e01864a73eb306f23a18f32490c1dd51addee (patch)
treedd6459c8f76641b779277c8605a55fde6eef9f0b /javascript.html.markdown
parent3914133997b74a9fedf402d2cf345125f0c59ca0 (diff)
Fix 4841
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r--javascript.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown
index cb530bbb..08f1d8fb 100644
--- a/javascript.html.markdown
+++ b/javascript.html.markdown
@@ -655,7 +655,7 @@ attached terminal
[Javascript: The Right Way][10] is a guide intended to introduce new developers
to JavaScript and help experienced developers learn more about its best practices.
-[Javascript:Info][11] is a modern javascript tutorial covering the basics (core language and working with a browser)
+[javascript.info][11] is a modern javascript tutorial covering the basics (core language and working with a browser)
as well as advanced topics with concise explanations.