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 b704b6a commit 35524d8Copy full SHA for 35524d8
mlflow-site/src/app/components/Button.tsx
@@ -13,7 +13,7 @@ const Button = () => {
13
</button>
14
<button
15
onClick={() => {
16
- window.location.assign('https://github.com/oslabs-beta/mlflow-js');
+ window.location.assign('https://github.com/oslabs-beta/mlflow-js/tree/dev/mlflow/docs');
17
}}
18
className='homeButton homeButtonRead'
19
>
0 commit comments