]> granicus.if.org Git - esp-idf/commitdiff
partition table: Fix comment at top of gen_esp32part.py
authorAngus Gratton <angus@espressif.com>
Tue, 14 Feb 2017 23:28:45 +0000 (10:28 +1100)
committerAngus Gratton <angus@espressif.com>
Tue, 14 Feb 2017 23:28:45 +0000 (10:28 +1100)
components/partition_table/gen_esp32part.py

index 6d6137f17200df5866fdd241651a74df163ab894..e4c999ab0f6640df12facf5c5b18e4ee80b59264 100755 (executable)
@@ -4,7 +4,8 @@
 #
 # Converts partition tables to/from CSV and binary formats.
 #
-# See the sdkng README.md file for details about how to use this tool.
+# See http://esp-idf.readthedocs.io/en/latest/partition-tables.html for explanation of
+# partition table structure and uses.
 import argparse
 import os
 import re