Browse Source

Remove en-us from URLs (#345)

Sven Serlier 2 years ago
parent
commit
99a6320d3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -251,7 +251,7 @@
       <p>
       <p>
         ESP Web Tools works by combining
         ESP Web Tools works by combining
         <a
         <a
-          href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API"
+          href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
           >Web Serial</a
           >Web Serial</a
         >, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional),
         >, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional),
         and a manifest which describes the firmware. ESP Web Tools detects the
         and a manifest which describes the firmware. ESP Web Tools detects the
@@ -351,7 +351,7 @@
       <p>
       <p>
         If your manifest or the firmware files are hosted on another server,
         If your manifest or the firmware files are hosted on another server,
         make sure you configure
         make sure you configure
-        <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS"
+        <a href="https://developer.mozilla.org/docs/Web/HTTP/CORS"
           >the CORS-headers</a
           >the CORS-headers</a
         >
         >
         such that your website is allowed to fetch those files by adding the
         such that your website is allowed to fetch those files by adding the