Merge branch 'microsoft:main' into main

pull/490/head
Frederick Legaspi 4 years ago committed by GitHub
commit 543420df70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,8 @@
window.$docsify = { window.$docsify = {
name: 'Machine Learning for Beginners', name: 'Machine Learning for Beginners',
repo: 'https://github.com/Microsoft/ML-For-Beginners', repo: 'https://github.com/Microsoft/ML-For-Beginners',
relativePath: true relativePath: true,
auto2top: true,
} }
</script> </script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>

Loading…
Cancel
Save