how to link to an app from another app in the android market?

Hi,

does anyone know what the URL is to link to an app through another app?

Ie. There is a button on app1, when the user clicks on it, it takes the user to App2 in the android market…

for apple the url is below… just wondering what it is in android

Thanks
local function openIt()
system.openURL(“http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=489135952&mt=8”)
end [import]uid: 67619 topic_id: 20433 reply_id: 320433[/import]

For the Android Market it’s

https://market.android.com/details?id={package-name}

Example:

https://market.android.com/details?id=com.company.mygreatapp

[import]uid: 70847 topic_id: 20433 reply_id: 80029[/import]

many thanks… [import]uid: 67619 topic_id: 20433 reply_id: 80100[/import]