Skip to content

Commit

Permalink
Fix TOC broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisayol committed Feb 23, 2013
1 parent 5118219 commit e905c1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec.dd
Expand Up @@ -12,7 +12,6 @@ $(TOC Table of Contents,
$(AMAZONLINK B005CCQPKK, Kindle ebook).))

$(UL
$(TOCENTRY intro, Introduction)
$(TOCENTRY lex, Lexical)
$(TOCENTRY module, Modules)
$(TOCENTRY declaration, Declarations)
Expand Down Expand Up @@ -40,15 +39,16 @@ $(TOC Table of Contents,
$(TOCENTRY unittest, Unit Tests)
$(TOCENTRY garbage, Garbage Collection)
$(TOCENTRY float, Floating Point)
$(TOCENTRY iasm, Inline Assembler)
$(TOCENTRY iasm, D x86 Inline Assembler)
$(TOCENTRY ddoc, Embedded Documentation)
$(TOCENTRY interfaceToC, Interfacing To C)
$(TOCENTRY cpp_interface, Interfacing To C++)
$(TOCENTRY interfaceToC, Interfacing to C)
$(TOCENTRY cpp_interface, Interfacing to C++)
$(TOCENTRY portability, Portability Guide)
$(TOCENTRY entity, Named Character Entities)
$(TOCENTRY memory-safe-d, Memory Safety)
$(TOCENTRY abi, Application Binary Interface)
)
$(TOCENTRY vector, Vector Extensions)
)

)

Expand Down

0 comments on commit e905c1e

Please sign in to comment.