diff options
Diffstat (limited to 'tools/make_release.py')
| -rwxr-xr-x | tools/make_release.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make_release.py b/tools/make_release.py index fc118af14..b24fc69b2 100755 --- a/tools/make_release.py +++ b/tools/make_release.py @@ -64,6 +64,6 @@ gen_doc.gen_boards_doc() gen_presets.main() ################### -# docs/info/changelog/ +# docs/changelog/ ################### -print("Add docs/info/changelog/{}.rst and list it at the top of docs/info/changelog/index.rst".format(version)) +print("Add docs/changelog/{}.rst and list it at the top of docs/changelog/index.rst".format(version)) |
