Update default build location terms index

This commit is contained in:
stijnvanhoey 2017-09-30 18:14:12 +02:00
parent b1e8a34564
commit 9f10b53e91
2 changed files with 2944 additions and 46 deletions

File diff suppressed because it is too large Load Diff

View File

@ -146,7 +146,7 @@ class DwcDigester(object):
return template_data
@staticmethod
def create_html(template_data, html_template="./config/index.tmpl", html_output="../dist/index.html"):
def create_html(template_data, html_template="./config/index.tmpl", html_output="../guides/index.html"):
"""build html with the processed term info"""
data={}
@ -172,4 +172,4 @@ def main():
if __name__ == "__main__":
sys.exit(main())
sys.exit(main())