s/coderefinery/dev-cafe/; closes #244

This commit is contained in:
Radovan Bast
2018-06-20 17:10:31 +02:00
parent ebf3264642
commit e12b47e287
55 changed files with 114 additions and 114 deletions

View File

@ -73,7 +73,7 @@ def main():
if s_out != '':
output.append('\n\n%s' % file_name)
output.append('-'*len(file_name))
output.append('`[Source code] <https://github.com/coderefinery/autocmake/blob/master/modules/%s>`__' % full_file_name)
output.append('`[Source code] <https://github.com/dev-cafe/autocmake/blob/master/modules/%s>`__' % full_file_name)
output.append(s_out)
with open(os.path.join(THIS_DIR, 'module-reference.rst'), 'w') as f: