diff --git a/README.md b/README.md
index b425f91a..a92cbca3 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ that automate a user agent from a separate controlling process, but
may also be used in such a way as to allow in-browser scripts to
control a — possibly separate — browser.
-The standard is authored by the W3C [Browser Testing- and Tools
+The standard is authored by the W3C [Browser Testing and Tools
Working Group], and has produced the following documents:
* **Living Document**: https://w3c.github.io/webdriver/
@@ -46,7 +46,7 @@ Vendor status documents
* [Mozilla Firefox](https://bugzilla.mozilla.org/showdependencytree.cgi?id=721859&hide_resolved=1)
* [Microsoft Edge](https://docs.microsoft.com/en-us/microsoft-edge/webdriver#w3c-webdriver)
-* [Apple Safari](https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/WebDriverEndpointDoc/Commands/Commands.html)
+* [Apple Safari](https://developer.apple.com/documentation/webkit/macos_webdriver_commands_for_safari_12_and_later)
* [WebKit GTK port](http://trac.webkit.org/wiki/WebDriverStatus)
* [Selenium IEDriverServer](https://github.com/SeleniumHQ/selenium/wiki/W3C-WebDriver-Status)
* [Chrome](https://chromium.googlesource.com/chromium/src/+/master/docs/chromedriver_status.md)
diff --git a/index.html b/index.html
index bd35f3df..09d339da 100644
--- a/index.html
+++ b/index.html
@@ -49,14 +49,17 @@
group: "browser-tools-testing",
noIDLSorting: true,
mdn: "webdriver",
- xref: "web-platform",
+ xref: {
+ specs: ["fileapi"],
+ profile: "web-platform",
+ },
};