Bug 1646945 - Fixed MDN URLs linked to from the storage types. r=jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D80369
This commit is contained in:
Sebastian Zartner 2020-06-22 18:03:57 +00:00
parent b34980f800
commit e6b39abe08

View File

@ -4,7 +4,8 @@
"use strict";
const MDN_BASE_URL = "https://developer.mozilla.org/Tools/Storage_Inspector/";
const MDN_BASE_URL =
"https://developer.mozilla.org/docs/Tools/Storage_Inspector/";
/**
* Get the MDN URL for the specified storage type.