From 10f4c170d6e780db32ad1997617d36063dd2a7c0 Mon Sep 17 00:00:00 2001 From: romainmenke Date: Mon, 13 Jul 2020 22:41:06 +0200 Subject: [PATCH] update spec and docs link --- polyfills/File/config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/polyfills/File/config.toml b/polyfills/File/config.toml index 433f68be1..2a8a97513 100644 --- a/polyfills/File/config.toml +++ b/polyfills/File/config.toml @@ -5,9 +5,10 @@ dependencies = [ "Object.defineProperty", "Blob" ] -notes = [ - "https://w3c.github.io/FileAPI/#file-section" -] +license = "MIT" +spec = "https://w3c.github.io/FileAPI/#file-section" +docs = "https://developer.mozilla.org/en-US/docs/Web/API/File" +notes = [] [browsers] ie = "*"