From d4b644c759a1f68fcdd947968724859f35b45704 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Thu, 28 May 2020 10:13:33 -0700 Subject: [PATCH] Update index.html --- flask_app/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 @@
Customize the naming of labels:
If the yaml fails to parse or an incorrect schema is used, the app will revert back to default label names.

Additional routes for existing users:
-

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 %}