We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95b1c49 + 897b781 commit 63a3b20Copy full SHA for 63a3b20
README.md
@@ -480,7 +480,7 @@ You can review the nPython.exe source code in in "Console.csproj" project
480
for example of embedding CPython in console .NET app. Please refer to
481
this README GitHub page for new simplified embedding API:
482
483
-[README.md][8]
+[README.rst][8]
484
485
At a very high level, to embed Python in your application you will need to:
486
@@ -603,7 +603,7 @@ standard library, which are covered by the [Python license][10].
603
604
[7]: http://www.go-mono.com
605
606
-[8]: https://github.com/pythonnet/pythonnet/blob/master/README.md
+[8]: https://github.com/pythonnet/pythonnet/blob/master/README.rst#embedding-python-in-net
607
608
[9]: http://pythonnet.github.io/LICENSE
609
0 commit comments