Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit d4b644c

Browse files
authored
Update index.html
1 parent 84a23d3 commit d4b644c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: flask_app/templates/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ <h5>Customize the naming of labels:</h5>
6565
If the yaml fails to parse or an incorrect schema is used, the app will revert back to default label names.
6666
</p>
6767
<h6>Additional routes for existing users:</h6>
68-
<p class="card-text" style="font-size: small; margin: 0">See a sample of users with an active installation: <a href="https://mlbot.net/users" style="color:chocolate">https://mlbot.net/users</a></p>
69-
<p class="card-text" style="font-size: small; margin: 0">See all repos w/installations for a specific user: <span style="color:chocolate">https://mlbot.net/repos/{username}</span></p>
70-
<p class="card-text" style="font-size: small; margin: 0">See the last 50 predictions for a specific repo: <span style="color:chocolate">https://mlbot.net/data/{username}/{repo}</span></p>
68+
<p class="card-text" style="font-size: small; margin: 0">See a sample of users with an active installation: <a href="https://label-bot-prod.mlbot.net/users" style="color:chocolate">https://label-bot-prod.mlbot.net/users</a></p>
69+
<p class="card-text" style="font-size: small; margin: 0">See all repos w/installations for a specific user: <span style="color:chocolate">https://label-bot-prod.mlbot.net/repos/{username}</span></p>
70+
<p class="card-text" style="font-size: small; margin: 0">See the last 50 predictions for a specific repo: <span style="color:chocolate">https://label-bot-prod.mlbot.net/data/{username}/{repo}</span></p>
7171

72-
{% endblock %}
72+
{% endblock %}

0 commit comments

Comments
 (0)