« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/data/things/language.js2
-rw-r--r--src/external-links.js (renamed from src/util/external-links.js)0
-rw-r--r--src/html.js (renamed from src/util/html.js)0
-rw-r--r--src/node-utils.js (renamed from src/util/node-utils.js)0
-rw-r--r--src/replacer.js (renamed from src/util/replacer.js)0
-rw-r--r--src/validators.js (renamed from src/data/validators.js)0
6 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/language.js b/src/data/things/language.js
index e9aa58be..800c4471 100644
--- a/src/data/things/language.js
+++ b/src/data/things/language.js
@@ -115,7 +115,7 @@ export class Language extends Thing {
     },
 
     // List of descriptors for providing to external link utilities when using
-    // language.formatExternalLink - refer to util/external-links.js for info.
+    // language.formatExternalLink - refer to #external-links for info.
     externalLinkSpec: {
       flags: {update: true, expose: true},
       update: {validate: isExternalLinkSpec},
diff --git a/src/util/external-links.js b/src/external-links.js
index 43c09265..43c09265 100644
--- a/src/util/external-links.js
+++ b/src/external-links.js
diff --git a/src/util/html.js b/src/html.js
index 0fe424df..0fe424df 100644
--- a/src/util/html.js
+++ b/src/html.js
diff --git a/src/util/node-utils.js b/src/node-utils.js
index 345d10aa..345d10aa 100644
--- a/src/util/node-utils.js
+++ b/src/node-utils.js
diff --git a/src/util/replacer.js b/src/replacer.js
index e3f5623e..e3f5623e 100644
--- a/src/util/replacer.js
+++ b/src/replacer.js
diff --git a/src/data/validators.js b/src/validators.js
index 84e08cb8..84e08cb8 100644
--- a/src/data/validators.js
+++ b/src/validators.js