Skip to content

Commit

Permalink
Fixed path for core addons
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 5, 2015
1 parent 0b2a863 commit 46cc5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function findAddonDocSections(addonId) {
// 'stats' : {path: 'README.asciidoc', repo: item.repo, ref: item.ref},
// 'reviews' : {path: 'README.asciidoc', repo: item.repo, ref: item.ref},
// 'changelog' : {path: 'CHANGELOG.asciidoc', repo: item.repo, ref: item.ref},
'documentation' : {path: 'README.asciidoc', repo: item.repo, ref: item.ref},
'documentation' : {path: ((item.path || '') +'/README.asciidoc'), repo: item.repo, ref: item.ref},
// 'support' : {path: 'README.asciidoc', repo: item.repo, ref: item.ref}
}
cache.set(cacheKey, docs);
Expand Down

0 comments on commit 46cc5af

Please sign in to comment.