Closed Bug 868618 Opened 11 years ago Closed 11 years ago

Update Firefox Android Google Play store URLs in [Bedrock] buttons

Categories

(www.mozilla.org :: Bedrock, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cmore, Unassigned)

References

(Blocks 1 open bug)

Details

The download buttons are using the old URL for the Android download and we are redirecting to the new URL. We should change the URL on our buttons because redirects could lose refers and it may not always work.

Here in the code:

https://github.com/mozilla/bedrock/blob/master/apps/mozorg/helpers/download_buttons.py#L228

The old URL format is:

https://market.android.com/details?id=org.mozilla.firefox
https://market.android.com/details?id=org.mozilla.firefox_beta

and the new format is:

https://play.google.com/store/apps/details?id=org.mozilla.firefox
https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta
Blocks: 868601
Added card to code review column in kanbanery.
Priority: -- → P2
Commit pushed to master at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/cdcb4c2af60df757f52503365d0e2cb2b65dcb43
Bug 868618 - Update Google Play store URLs

Changed from market.android.com... to play.google.com and verified the new URL format.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.