How to get the short URL of bugs/questions?

Asked by Shahar Or

There are short URL versions, like:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/461470
becomes:
https://launchpad.net/bugs/461470

Is there a way to find these and copy them in bug pages? Or do I have to make them up myself?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Best Curtis Hovey (sinzui) said :
#1

You need to make them yourself when working with the web pages. Bugs and questions always refer to themselves in the project context. Questions work the same way. This question is https://answers.launchpad.net/questions/94977. Launchpad looks the bug or question up using the collection type referenced in the URL, that issues a redirect to object's current location.

Revision history for this message
Shahar Or (mightyiam) said :
#2

Thanks Curtis Hovey, that solved my question.