Commit c9c4d4198b59fd63f3f02d7dc7ba2359f48b3447
1 parent
9acab92a
Exists in
master
and in
29 other branches
doc: make relative symlinks to plugin documentation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/doc.rake
... | ... | @@ -5,7 +5,7 @@ namespace :noosfero do |
5 | 5 | end |
6 | 6 | task :link_plugins_textiles do |
7 | 7 | plugins_textiles.each do |file| |
8 | - ln_sf Rails.root.join(file), 'doc/noosfero/plugins/' | |
8 | + ln_sf File.join('../../../', file), 'doc/noosfero/plugins/' | |
9 | 9 | end |
10 | 10 | end |
11 | 11 | task :unlink_plugins_textiles do | ... | ... |