diff --git a/flask_app/templates/index.html b/flask_app/templates/index.html index 7f66100f..444a762a 100644 --- a/flask_app/templates/index.html +++ b/flask_app/templates/index.html @@ -65,8 +65,8 @@
See a sample of users with an active installation: https://mlbot.net/users
-See all repos w/installations for a specific user: https://mlbot.net/repos/{username}
-See the last 50 predictions for a specific repo: https://mlbot.net/data/{username}/{repo}
+See a sample of users with an active installation: https://label-bot-prod.mlbot.net/users
+See all repos w/installations for a specific user: https://label-bot-prod.mlbot.net/repos/{username}
+See the last 50 predictions for a specific repo: https://label-bot-prod.mlbot.net/data/{username}/{repo}
-{% endblock %} \ No newline at end of file +{% endblock %}