Skip to content

Commit d9f4b7c

Browse files
authored
Merge pull request element-hq#15002 from luki-ev/move-to-element-on-fdroid
Link to Element in F-Droid as well
2 parents 5f03004 + 5b5f205 commit d9f4b7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/async-components/structures/CompatibilityView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
8787
className="mx_ClearDecoration">
8888
<img height="48" src="themes/element/img/download/google.svg" alt="Google Play Store" />
8989
</a>
90-
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" target="_blank"
90+
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.app" target="_blank"
9191
className="mx_ClearDecoration">
9292
<img height="48" src="themes/element/img/download/fdroid.svg" alt="F-Droid" />
9393
</a>

src/vector/mobile_guide/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2 id="step1_heading">Install the app</h2>
260260
</g>
261261
</g>
262262
</svg>
263-
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" target="_blank" class="mx_ClearDecoration">
263+
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.app" target="_blank" class="mx_ClearDecoration">
264264
<svg width="164px" height="48px" viewBox="0 0 157 46" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
265265
<desc>Get it on F-Droid.</desc>
266266
<defs>

src/vector/static/incompatible-browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h2 id="step2_heading">Use Element on mobile</h2>
339339
</g>
340340
</svg>
341341
</a>
342-
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" target="_blank"
342+
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.app" target="_blank"
343343
class="mx_ClearDecoration">
344344
<svg width="164px" height="48px" viewBox="0 0 157 46" version="1.1"
345345
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

0 commit comments

Comments
 (0)