Bug report #8708
Links in About broken
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | |||
Category: | GUI | ||
Affected QGIS version: | 2.0.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17427 |
Description
Due to the restructuring of the website, most links in the About menu are now broken , including:
- those in QGIS sponsor dialog
- "Need support" menu item
Probably more.
This should be fixed ASAP, either by activating apache rewrite, or by fixing the links.
Trivial to fix, important for our reputation.
History
#1
Updated by Paolo Cavallini over 9 years ago
- Priority changed from Normal to High
#2
Updated by Jürgen Fischer over 9 years ago
- Assignee set to Jürgen Fischer
#3
Updated by Jürgen Fischer over 9 years ago
- Status changed from Open to Feedback
Redirects in place - please check if there are still broken links.
#4
Updated by Paolo Cavallini over 9 years ago
Need support redirects to the DE page:
http://www.qgis.org/de/site/forusers/commercial_support.html
The rest looks OK.
I would consider this ticket closed when the links are updated in the code however (TBD for next stable).
#5
Updated by Jürgen Fischer over 9 years ago
Paolo Cavallini wrote:
Need support redirects to the DE page:
http://www.qgis.org/de/site/forusers/commercial_support.html
And where should it point?
The link in source points to http://www.qgis.org/en/commercial-support.html and it's German translation to http://www.qgis.org/de/kommerzieller-support.html. On the new site the URLs are apparently not translated, so the new target should be ok.
I think it's just that the support page isn't translated yet to German (except for some general terms like "Bemerkung").
#6
Updated by Giovanni Manghi almost 9 years ago
- Priority changed from High to Normal
There is no crash or data corruption, so I'm lowering the priority.
#7
Updated by Paolo Cavallini almost 9 years ago
Agreed is not crucial, but given that it takes so little to fix, and is so bad for our "marketing", why not fixing it straight away?
Thanks a lot.
#8
Updated by Richard Duivenvoorde almost 9 years ago
About menu/sponsorship:
we already do a redirect so the link
http://qgis.org/en/sponsorship/donors.html
points to
http://qgis.org/en/site/about/sponsorship.html#list-of-donors
for QGIS 1.8 and 2.0 version (old version).
I think in the about dialog/sponsorship of QGIS 2.2 we should just point to:
http://qgis.org/en/site/about/sponsorship.html
The link about commercial support; was
http://www.qgis.org/en/commercial-support.html
Should be:
http://www.qgis.org/de/site/forusers/commercial_support.html
Agree?
#9
Updated by Jürgen Fischer almost 9 years ago
- Status changed from Feedback to Closed
fixed in af65a0a2