saros icon indicating copy to clipboard operation
saros copied to clipboard

Saros/E URLs are outdated

Open srossbach opened this issue 6 years ago • 3 comments
trafficstars

We have some help buttons that currently will open a browser either displaying 404 or some other stuff that is not related to what should be shown.

In general we should go through all related java and messages files and fixing the URLs.

srossbach avatar Aug 05 '19 16:08 srossbach

I think all user related urls are:

  • [ ] eclipse/src/saros/ui/wizards/pages/CreateXMPPAccountWizardPage.java:94: "http://www.saros-project.org/setupXMPP"
  • [ ] eclipse/src/saros/feedback/StatisticManager.java:38: "http://www.saros-project.org/Feedback"
  • [ ] eclipse/bin/main/saros/feedback/messages.properties:20 "https://www.saros-project.org/Feedback"
  • [ ] eclipse/bin/main/saros/feedback/messages.properties:53: "https://www.saros-project.org/Feedback#Pseudonym"
  • [ ] eclipse/bin/main/saros/ui/messages.properties:117: "http://www.saros-project.org/Feedback"
  • [ ] eclipse/bin/main/saros/ui/messages.properties:254: "http://saros-project.org/faq"
  • [ ] eclipse/bin/main/saros/ui/messages.properties:261: "https://www.saros-project.org/documentation/troubleshooting.html"
  • [ ] eclipse/src/saros/feedback/messages.properties:20: "https://www.saros-project.org/Feedback"
  • [ ] eclipse/src/saros/feedback/messages.properties:53: "https://www.saros-project.org/Feedback#Pseudonym"
  • [ ] eclipse/src/saros/ui/messages.properties:117: "http://www.saros-project.org/Feedback"
  • [ ] eclipse/src/saros/ui/messages.properties:254: "http://saros-project.org/faq"
  • [x] eclipse/src/saros/ui/messages.properties:261: "https://www.saros-project.org/documentation/troubleshooting.html"

Should we think about some mechanism to warn us if we change a corresponding url in the docs?

m273d15 avatar Aug 08 '19 11:08 m273d15

I think it would be better to provide links that will never change and will redirect you. At least this helps you to update them without letting the user to install a new plugin version with corrected URLs.

srossbach avatar Aug 09 '19 07:08 srossbach

Should be possible with adjusting the _config.yml and adding permalinks pointing to the important pages.

m273d15 avatar Aug 09 '19 08:08 m273d15