urlfix 0.2.2
Script mode now supports updating links in sub-nested directories.
DirURLFix now supports replacement of outdated links in sub-nested directories.
Now supporting ReStructured text (.rst) files.
Added support for RMarkdown (.rmd) files.
A recursive argument was added to script mode. The argument input-file was renamed inpath to reflect that this may be a file or directory.
DirURLFix is now fully recursive.
Extended tests to ensure that recursion works as expected.
Refactored dirurlfix's main replacement method to allow for greater flexibility in recursive replacements.
Fixed a bug due to differences in file orders between Linux and Windows.
Initial support for recursive link updates. See #24.