docs/Overview.md in yard-0.5.8 vs docs/Overview.md in yard-0.6.0
- old
+ new
@@ -28,14 +28,14 @@
This component is made up of four sub-components, each of which have separate
tasks during the data gathering process (*note: the tag architecture is not*
*shown in the class diagram*). These sub-components are:
- * {file:Parser.md Parser Architecture}
- * {file:Handlers.md Handler Architecture}
- * {file:CodeObjects.md Code Object Architecture}
- * {file:Tags.md Tag Architecture}
+ * {file:docs/Parser.md Parser Architecture}
+ * {file:docs/Handlers.md Handler Architecture}
+ * {file:docs/CodeObjects.md Code Object Architecture}
+ * {file:docs/Tags.md Tag Architecture}
The parser component reads source files and converts it into a set of statements
which the handlers then process, creating code objects which in turn create tags
(meta-data) attached to the objects. These objects are all added to the {YARD::Registry},
the data store component.
@@ -55,6 +55,6 @@
-----------------------------------
This component handles processing of objects from the registry through a templating
engine that allows output to a variety of formats. Practically speaking, this is
where templates can be implemented to change the design, output or structure of
-the data. See {file:Templates.md Templates Architecture} for a complete overview.
+the data. See {file:docs/Templates.md Templates Architecture} for a complete overview.
\ No newline at end of file