Skip to content

Commit 2db3835

Browse files
committed
fix: update README image paths to new docs/website structure
1 parent b77d94e commit 2db3835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NumSharp](docs/images/numsharp.logo.png)](docs/images/numsharp.logo.png)
1+
[![NumSharp](docs/website/images/numsharp.logo.png)](docs/website/images/numsharp.logo.png)
22

33
[![NuGet](https://img.shields.io/nuget/dt/NumSharp.svg)](https://www.nuget.org/packages/NumSharp)
44
[![Join the chat at https://gitter.im/publiclab/publiclab](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sci-sharp/community)
@@ -13,7 +13,7 @@ Is it difficult to translate python machine learning code into .NET? Because too
1313
NumSharp is the C# version of NumPy, which is as consistent as possible with the NumPy programming interface, including function names and parameter locations. By introducing the NumSharp tool library, you can easily convert from python code to C# or F# code.
1414
Here is a comparison code between NumSharp and NumPy (left is python, right is C#):
1515

16-
[![comparision](docfx_project/images/python-csharp-comparision.png)](https://raw.githubusercontent.com/SciSharp/NumSharp/master/docfx_project/images/python-csharp-comparision.png)
16+
[![comparision](docs/website/images/python-csharp-comparision.png)](https://raw.githubusercontent.com/SciSharp/NumSharp/master/docs/website/images/python-csharp-comparision.png)
1717

1818
### Bold Features
1919
* Use of Unmanaged Memory and fast unsafe algorithms.

0 commit comments

Comments
 (0)