uVisor importer: Update the path of QUICKSTART.md

pull/2228/head
Alessandro Angelino 2016-07-22 15:51:42 +00:00
parent e6effc2540
commit a5d2127e0c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ rsync:
rsync -a --delete $(UVISOR_API)/rtx/src/ $(TARGET_LIB_SRC)/rtx
#
# Copying the documentation...
cp $(UVISOR_DIR)/docs/QUICKSTART.md $(TARGET_PREFIX)/README.md
cp $(UVISOR_DIR)/docs/api/QUICKSTART.md $(TARGET_PREFIX)/README.md
#
# Copying licenses
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)