SeasideSt / Parasol

Testing web apps in Smalltalk using Selenium WebDriver.
MIT License
31 stars 16 forks source link

Links to the corresponding Java API documentation are broken #19

Closed Rinzwind closed 4 years ago

Rinzwind commented 6 years ago

Some of the comments in methods that refer to the documentation of the corresponding Java API method use the old website, for example:

https://github.com/SeasideSt/Parasol/blob/03b6b67ae9f382aaaca124c9e06c5a33531431b1/repository/Parasol-Core.package/BPRemoteWebDriver.class/instance/findElementByName..st#L5

Fixing this seems to be just be a matter of replacing http://selenium.googlecode.com/svn/trunk/ by https://seleniumhq.github.io/selenium/, and replacing ( and ) by -. For the above example, the new URL is:

https://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/remote/RemoteWebDriver.html#findElementByName-java.lang.String-

jbrichau commented 4 years ago

This was fixed in https://github.com/SeasideSt/Parasol/pull/39