You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: flask_app/templates/index.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ <h5>Customize the naming of labels:</h5>
65
65
If the yaml fails to parse or an incorrect schema is used, the app will revert back to default label names.
66
66
</p>
67
67
<h6>Additional routes for existing users:</h6>
68
-
<pclass="card-text" style="font-size: small; margin: 0">See a sample of users with an active installation: <ahref="https://mlbot.net/users" style="color:chocolate">https://mlbot.net/users</a></p>
69
-
<pclass="card-text" style="font-size: small; margin: 0">See all repos w/installations for a specific user: <spanstyle="color:chocolate">https://mlbot.net/repos/{username}</span></p>
70
-
<pclass="card-text" style="font-size: small; margin: 0">See the last 50 predictions for a specific repo: <spanstyle="color:chocolate">https://mlbot.net/data/{username}/{repo}</span></p>
68
+
<pclass="card-text" style="font-size: small; margin: 0">See a sample of users with an active installation: <ahref="https://label-bot-prod.mlbot.net/users" style="color:chocolate">https://label-bot-prod.mlbot.net/users</a></p>
69
+
<pclass="card-text" style="font-size: small; margin: 0">See all repos w/installations for a specific user: <spanstyle="color:chocolate">https://label-bot-prod.mlbot.net/repos/{username}</span></p>
70
+
<pclass="card-text" style="font-size: small; margin: 0">See the last 50 predictions for a specific repo: <spanstyle="color:chocolate">https://label-bot-prod.mlbot.net/data/{username}/{repo}</span></p>
0 commit comments