aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
diff options
context:
space:
mode:
authorIgor Minar2012-08-29 01:59:54 -0700
committerIgor Minar2012-08-30 08:59:17 -0700
commitc287c8361dedbd8a77c9d60eb93abb3b50e9edcd (patch)
tree8a5e6950aa4ca184b0d1a3cb976217488e93e0c2 /docs/src/gen-docs.js
parentade7127c79fc047f3ed1dbf538e4131c1f68799b (diff)
downloadangular.js-c287c8361dedbd8a77c9d60eb93abb3b50e9edcd.tar.bz2
chore(docs): correctly link docs images
Diffstat (limited to 'docs/src/gen-docs.js')
-rwxr-xr-xdocs/src/gen-docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js
index e0a67dc6..c3390819 100755
--- a/docs/src/gen-docs.js
+++ b/docs/src/gen-docs.js
@@ -45,7 +45,7 @@ function writeTheRest(writesFuture) {
writesFuture.push(writer.symlinkTemplate('css'));
writesFuture.push(writer.symlinkTemplate('font'));
- writesFuture.push(writer.symlinkTemplate('img'));
+ writesFuture.push(writer.symlink('../../docs/img', 'build/docs/img'));
writesFuture.push(writer.symlinkTemplate('js'));
var manifest = 'manifest="/build/docs/appcache.manifest"';