Skip to content

Commit

Permalink
Fix link to Strava on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Aug 12, 2024
1 parent 39d1519 commit 236846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo_activity_playground/webui/templates/home.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{% endfor %}
{% else %}
<p>You don't have activities yet. Either put some files into a directory <tt>Activities</tt> or <a
href="{{ url_for('strava.setup') }}">set up Strava API</a>.</p>
href="{{ url_for('settings.strava') }}">set up Strava API</a>.</p>
{% endif %}

{% endblock %}

0 comments on commit 236846b

Please sign in to comment.