mirror of https://github.com/tdwg/dwc.git
Move quick reference guide to www/guides/
This commit is contained in:
parent
063500ee09
commit
5fb296d56a
|
@ -151,7 +151,7 @@ class DwcDigester(object):
|
|||
return template_data
|
||||
|
||||
@staticmethod
|
||||
def create_html(template_data, html_template="./config/index.tmpl", html_output="../guides/index.html"):
|
||||
def create_html(template_data, html_template="./config/index.tmpl", html_output="../www/guides/index.html"):
|
||||
"""build html with the processed term info"""
|
||||
|
||||
data={}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue