mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
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:
parent
b34980f800
commit
e6b39abe08
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user