Skip to content

Commit 3a9c952

Browse files
committed
adjust links to entorb.net/strava-old/
1 parent f4a0d21 commit 3a9c952

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Torben's Strava App V2 using Streamlit
22

3-
This is a modern rewrite of my [old Strava Äpp](https://entorb.net/strava/). Currently, only read-only statistics features are implemented. For bulk modify of activities and Excel import, please use the old Äpp.
3+
This is a modern rewrite of my [old Strava Äpp](https://entorb.net/strava-old/). Currently, only read-only statistics features are implemented. For bulk modify of activities and Excel import, please use the old Äpp.
44

55
## Privacy
66

src/helper_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def display_strava_auth_link() -> None:
2222
st.title("Login")
2323

2424
# this text is copied from README.md
25-
st.markdown("""This is a modern rewrite of my [old Strava Äpp](https://entorb.net/strava/). Currently, only read-only statistics features are implemented. For bulk modify of activities and Excel import, please use the old Äpp.
25+
st.markdown("""This is a modern rewrite of my [old Strava Äpp](https://entorb.net/strava-old/). Currently, only read-only statistics features are implemented. For bulk modify of activities and Excel import, please use the old Äpp.
2626
""")
2727

2828
# TODO: how to replace url to old strava app V1 here?

src/reports/r10_activity_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
st.markdown(
18-
"Edit at [Strava](https://www.strava.com/athlete/training) or bulk-edit using my [Äpp V1](https://entorb.net/strava/)" # noqa: E501
18+
"Edit at [Strava](https://www.strava.com/athlete/training) or bulk-edit using my [Äpp V1](https://entorb.net/strava-old/)" # noqa: E501
1919
)
2020

2121
df, df_gear = cache_all_activities_and_gears()

src/reports/r88_contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
st.markdown("""
1212
* [Feedback](https://entorb.net/contact.php?origin=strava) and ideas for new reports are highly appreciated.
13-
* For bulk modify of activities and Excel import, please use the old [Äpp](https://entorb.net/strava/).
13+
* For bulk modify of activities and Excel import, please use the old [Äpp](https://entorb.net/strava-old/).
1414
""") # noqa: E501

0 commit comments

Comments
 (0)