From adcedea8e48762def2abfdc20b98b011c940be2e Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Mon, 8 Aug 2016 17:33:49 +0900 Subject: [PATCH] Fix document file extension Signed-off-by: Koichi Shiraishi --- bindings/README | 2 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.