Update top level entry id for apexcode

This commit is contained in:
ViViDboarder 2017-07-12 10:35:39 -07:00
parent 7a89b82da9
commit 9b268fb293
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func main() {
// Download each entry
for _, entry := range toc.TOCEntries {
if entry.ID == "apex_reference" || entry.ID == "pages_compref" {
if entry.ID == "apex_dev_guide" || entry.ID == "pages_compref" {
processChildReferences(entry, nil, toc)
}
}