Skip to content

Commit 897b781

Browse files
authored
Fix broken link
1 parent 95b1c49 commit 897b781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ You can review the nPython.exe source code in in "Console.csproj" project
480480
for example of embedding CPython in console .NET app. Please refer to
481481
this README GitHub page for new simplified embedding API:
482482

483-
[README.md][8]
483+
[README.rst][8]
484484

485485
At 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

0 commit comments

Comments
 (0)