Skip to content

Commit e9942bb

Browse files
glebukTomFinley
authored andcommitted
Fix link to example file in readme.md (dotnet#71)
* Fix link to example file in readme.md * replaced URLs with relative paths. * fixed link
1 parent 500d703 commit e9942bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Along with these ML capabilities this first release of ML.NET also brings the fi
1616

1717
ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core](https://github.com/dotnet/core) or later is available.
1818

19-
The current release is 0.1. Check out the [release notes](https://github.com/dotnet/machinelearning/blob/master/Documentation/release-notes/0.1/release-0.1.md).
19+
The current release is 0.1. Check out the [release notes](Documentation/release-notes/0.1/release-0.1.md).
2020

2121
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.
2222

@@ -55,7 +55,8 @@ For more information, see the [.NET Foundation Code of Conduct](https://dotnetfo
5555

5656
## Examples
5757

58-
Here's an example of code to train a model to predict sentiment from text samples. (You can see the complete sample [here](https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/Scenarios/Scenario3_SentimentPrediction.cs)):
58+
Here's an example of code to train a model to predict sentiment from text samples.
59+
(You can see the complete sample [here](test/Microsoft.ML.Tests/Scenarios/SentimentPredictionTests.cs)):
5960

6061
```C#
6162
var pipeline = new LearningPipeline();

0 commit comments

Comments
 (0)