diff --git a/bindings/README b/bindings/README index 292c5796..0c03d027 100644 --- a/bindings/README +++ b/bindings/README @@ -1,5 +1,5 @@ This directory contains bindings & test code for Python, Java, Go, .NET and MSVC. -See /README or /README.TXT for how to install each binding. +See /README or /README.TXT or /README.md for how to install each binding. The following bindings are contributed by community. diff --git a/config.mk b/config.mk index e5900637..c3621fb9 100644 --- a/config.mk +++ b/config.mk @@ -2,7 +2,7 @@ # By Nguyen Anh Quynh, 2015 # This file contains all customized compile options for Unicorn emulator. -# Consult COMPILE.TXT & docs/README for more details. +# Consult docs/COMPILE.md & docs/README.md for more details. ################################################################################ # Compile with debug info when you want to debug code.