From 897b781d02c1fa715a5e69c6fd174ac9b569b9b2 Mon Sep 17 00:00:00 2001 From: Ayoub Kaanich Date: Tue, 5 Nov 2019 22:46:50 +0100 Subject: [PATCH] Fix broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6c582e..58fb843 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ You can review the nPython.exe source code in in "Console.csproj" project for example of embedding CPython in console .NET app. Please refer to this README GitHub page for new simplified embedding API: -[README.md][8] +[README.rst][8] At a very high level, to embed Python in your application you will need to: @@ -603,7 +603,7 @@ standard library, which are covered by the [Python license][10]. [7]: http://www.go-mono.com -[8]: https://github.com/pythonnet/pythonnet/blob/master/README.md +[8]: https://github.com/pythonnet/pythonnet/blob/master/README.rst#embedding-python-in-net [9]: http://pythonnet.github.io/LICENSE