Improve support of PIO Unified Debugger for Eclipse Oxygen

This commit is contained in:
Ivan Kravets
2018-01-06 01:04:43 +02:00
parent 16b307d1b3
commit 61872dd734
7 changed files with 129 additions and 8 deletions

View File

@@ -322,7 +322,7 @@ def get_projectbuild_dir(force=False):
with open(dontmod_path, "w") as fp:
fp.write("""
[InternetShortcut]
URL=http://docs.platformio.org/page/projectconf.html#build-dir
URL=http://docs.platformio.org/page/projectconf/section_platformio.html#build-dir
""")
except Exception as e: # pylint: disable=broad-except
if not force: