Browse Source

amber_lib/showdown -> helios/showdown

Herbert Vojčík 9 years ago
parent
commit
f025bf59e3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app.js
  2. 1 1
      showdown.amd.json

+ 1 - 1
app.js

@@ -12,7 +12,7 @@ define([
     'amber_core/Examples',
     'amber_core/Benchfib',
     'bootstrap2.3.2/js/bootstrap',
-    'amber_lib/showdown/compressed/showdown',
+    './showdown',
     './all',
     'css!./resources/helios',
 	'css!./resources/helios-niflheim',

+ 1 - 1
showdown.amd.json

@@ -1,5 +1,5 @@
 {
     "paths": {
-        "amber_lib/showdown": "."
+        "helios/showdown": "src/showdown"
     }
 }