-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Describe the bug
When trying to download the file "fix_compile_commands.py" from the documentation here https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/clangd_cdt_support.html the link takes you to a 404 page. This is the link for download: https://github.com/espressif/idf-eclipse-plugin/tree/master/resources/resources/fix_compile_commands/fix_compile_commands.py
There is an aditional "/resources" in the path. This path works: https://github.com/espressif/idf-eclipse-plugin/tree/master/resources/fix_compile_commands/fix_compile_commands.py
To Reproduce
Steps to reproduce the behavior:
Go to https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/clangd_cdt_support.html and scroll to the middle-bottom of the page. There are two links: one that says "fix_compile_commands.py" and another one that goes "CMakeLists.txt".
Both links have an additional "/resources" on their path
Expected behavior
When clicking on the links it should take you to https://github.com/espressif/idf-eclipse-plugin/blob/master/resources/fix_compile_commands/fix_compile_commands.py and https://github.com/espressif/idf-eclipse-plugin/blob/master/resources/fix_compile_commands/CMakeLists.txt respectively
Espressif-IDE Product Information:
The webpage documentation (https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/clangd_cdt_support.html)