diff --git a/td.py b/td.py index aa87a17b..00dd1736 100644 --- a/td.py +++ b/td.py @@ -30,7 +30,7 @@ def export(data: CAPIData) -> None: # codecs can't automatically handle line endings, so encode manually where # required with open(data_path / data_filename, 'wb') as h: - # Format described here: https://bitbucket.org/kfsone/tradedangerous/wiki/Price%20Data + # Format described here: https://github.com/eyeonus/Trade-Dangerous/wiki/Price-Data h.write('#! trade.py import -\n'.encode('utf-8')) this_platform = sys.platform == 'darwin' and "Mac OS" or system() cmdr_name = data['commander']['name'].strip()