issue-#171 fixing inconsistent links in docu

Post Reply
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

issue-#171 fixing inconsistent links in docu

Post by Josef Templ »

I have created https://redmine.blackboxframework.org/issues/171 for fixing the newly disciovered inconsistent links in the docu.

The diffs are https://redmine.blackboxframework.org/p ... 732452be3b.
Note that changed text inside links is not displayed by the ASCII diff.

The affected files and links as listed by the new DevLinkChk tool of issue 168 are:

Dev

Code: Select all

	Docu
		Analyzer.odc
			StdLinks.ShowTarget('Contact Information')
		User-Man.odc
			StdCmds.OpenBrowser('Docu/Tut-3.odc', 'BlackBox Design Practices');StdLinks.ShowTarget('subsystems')
			StdCmds.OpenBrowser('Dev/Docu/Packer', 'DevPacker docu'
System
	Docu
		User-Man.odc
			StdCmds.OpenBrowser('Docu/Tut-3.odc', 'BlackBox Design Practices');StdLinks.ShowTarget('subsystems')
A small text update has been done for DevAnalyzer. This is shown well in the diff.

- Josef
Post Reply