We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf931f commit 77fc04eCopy full SHA for 77fc04e
src/AutoML.CodeGenerator.Blazor/Shared/NavMenu.razor
@@ -22,6 +22,11 @@
22
<span class="oi oi-video" aria-hidden="true"></span> Machine Learning simplified for Developers with ML.NET (ML.NET 1.2)
23
</NavLink>
24
</li>
25
+ <li class="nav-item px-3">
26
+ <NavLink class="nav-link" href="https://www.youtube.com/watch?v=35qt4DexxuE" target="_blank">
27
+ <span class="oi oi-video" aria-hidden="true"></span> ML.Net Rocks - Machine Learning that's ACTUALLY easy | 'Tech Tips' @@ NDC Sydney 2019
28
+ </NavLink>
29
+ </li>
30
</ul>
31
</div>
32
0 commit comments