summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEnough7 <30051680+Enough7@users.noreply.github.com>2023-09-08 07:32:00 +0200
committerGitHub <noreply@github.com>2023-09-08 13:32:00 +0800
commit78f4c87f817940b0e6bb9f9d2e8fe4542126c5b3 (patch)
tree33e1121b0ba407d69801b423f3011df195b4c890
parent4c6be14b8acf5f0f3495d06249406edc5dde72f2 (diff)
[xml/en] Fixed dead link in `xml.html.markdown` (#4746)
* Fixed dead link in `xml.html.markdown` * Found better link
-rw-r--r--xml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.html.markdown b/xml.html.markdown
index 2a258d94..630e4c90 100644
--- a/xml.html.markdown
+++ b/xml.html.markdown
@@ -165,7 +165,7 @@ Support for DTDs is ubiquitous because they are so old. Unfortunately, modern XM
## Further Reading
-* [XML Schema Definitions Tutorial](http://www.w3schools.com/schema/)
+* [XML Schema Definitions Tutorial](https://www.w3schools.com/xml/schema_intro.asp)
* [DTD Tutorial](http://www.w3schools.com/xml/xml_dtd_intro.asp)
* [XML Tutorial](http://www.w3schools.com/xml/default.asp)
* [Using XPath queries to parse XML](http://www.w3schools.com/xml/xml_xpath.asp)