Commit 669bdfe1 authored by Pascal Hartig's avatar Pascal Hartig

Replaced absolute path in Aria Templates example

parent 0d26a66c
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// Update the path to the Todo module here when necessary // Update the path to the Todo module here when necessary
aria.core.DownloadMgr.updateRootMap({ aria.core.DownloadMgr.updateRootMap({
js: { js: {
'*': '/labs/architecture-examples/ariatemplates/' '*': './'
} }
}); });
// Here be todos // Here be todos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment