aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_zip.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_zip.org')
-rw-r--r--org/out_zip.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/out_zip.org b/org/out_zip.org
index 3007412..ef4b036 100644
--- a/org/out_zip.org
+++ b/org/out_zip.org
@@ -22,8 +22,8 @@
* _zip_ :module:spine:create_zip_file:
** module template
-#+BEGIN_SRC d :tangle "../src/doc_reform/output/create_zip_file.d"
-module doc_reform.output.create_zip_file;
+#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/create_zip_file.d"
+module doc_reform.io_out.create_zip_file;
template createZipFile() {
import std.file;
import std.outbuffer;