Skip to content

Commit d47cd0c

Browse files
committed
fixing link
1 parent 706b5a5 commit d47cd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code/EntryPoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ The steps to take, to create an entry point for an existing ML.NET component, ar
228228
c. Is annotated with the `TlcModule.EntryPoint` attribute
229229

230230
Based on the type of entry point being created, there are further conventions on the name of the method, for example, the Trainers entry points are typically called: 'TrainMultiClass', 'TrainBinary' etc, based on the task.
231-
Look at [OnlineGradientDescent](.././src/Microsoft.ML.StandardLearners/Standard/Online/OnlineGradientDescent.cs) for an example of a component and its entry point.
231+
Look at [OnlineGradientDescent](../../src/Microsoft.ML.StandardLearners/Standard/Online/OnlineGradientDescent.cs) for an example of a component and its entry point.

0 commit comments

Comments
 (0)