You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Along with these ML capabilities this first release of ML.NET also brings the fi
18
18
19
19
ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core](https://github.com/dotnet/core) or later is available.
20
20
21
-
The current release is 0.1. Check out the [release notes](Documentation/release-notes/0.1/release-0.1.md).
21
+
The current release is 0.1. Check out the [release notes](docs/release-notes/0.1/release-0.1.md).
22
22
23
23
First ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64 bit process.
24
24
@@ -40,7 +40,7 @@ Daily NuGet builds of the project are also available in our MyGet feed:
40
40
41
41
## Building
42
42
43
-
To build ML.NET from source please visit our [developers guide](Documentation/project-docs/developer-guide.md).
43
+
To build ML.NET from source please visit our [developers guide](docs/project-docs/developer-guide.md).
0 commit comments