diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-06-04 10:05:01 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-06-04 10:05:01 +0200 |
commit | 5bca6e017c00ec89778dde85adc456c5b9530bda (patch) | |
tree | 11fab5e062ebe15603eda7f5d38548aefed9b658 /web | |
parent | b336943f484193017f60cd01f1107fc9c3349a43 (diff) | |
download | hakyll-5bca6e017c00ec89778dde85adc456c5b9530bda.tar.gz |
The File util module is not internal
See #159
Diffstat (limited to 'web')
-rw-r--r-- | web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown b/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown index 8376952..b319712 100644 --- a/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown +++ b/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown @@ -81,10 +81,6 @@ tools. Use any unix utility as a compiler. -* [Hakyll.Core.Util.File](/reference/Hakyll-Core-Util-File.html) - - Utility functions for working with the file system. - * [Hakyll.Core.Util.String](/reference/Hakyll-Core-Util-String.html) A few utility functions for working with `String`s (trim spaces, find and |