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
480480for example of embedding CPython in console .NET app. Please refer to
481481this README GitHub page for new simplified embedding API:
482482
483- [ README.md ] [ 8 ]
483+ [ README.rst ] [ 8 ]
484484
485485At a very high level, to embed Python in your application you will need to:
486486
@@ -603,7 +603,7 @@ standard library, which are covered by the [Python license][10].
603603
604604[ 7 ] : http://www.go-mono.com
605605
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
607607
608608[ 9 ] : http://pythonnet.github.io/LICENSE
609609
You can’t perform that action at this time.
0 commit comments