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 02:26:35 -0700
commit8693eac417ff1f8c21a8dedb45c290ee0b408da1 (patch)
tree101b6d7c36d75371f4cbeb99a18b5808ed8eae50 /docs/src/gen-docs.js
parente0184d4aef70429c52eede6b13ab77a29d26951b (diff)
downloadangular.js-8693eac417ff1f8c21a8dedb45c290ee0b408da1.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"';