File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ You can review the nPython.exe source code in in "Console.csproj" project
480
480
for example of embedding CPython in console .NET app. Please refer to
481
481
this README GitHub page for new simplified embedding API:
482
482
483
- [ README.md ] [ 8 ]
483
+ [ README.rst ] [ 8 ]
484
484
485
485
At a very high level, to embed Python in your application you will need to:
486
486
@@ -603,7 +603,7 @@ standard library, which are covered by the [Python license][10].
603
603
604
604
[ 7 ] : http://www.go-mono.com
605
605
606
- [ 8 ] : https://github.com/pythonnet/pythonnet/blob/master/README.md
606
+ [ 8 ] : https://github.com/pythonnet/pythonnet/blob/master/README.rst#embedding-python-in-net
607
607
608
608
[ 9 ] : http://pythonnet.github.io/LICENSE
609
609
You can’t perform that action at this time.
0 commit comments