We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9f755 commit f83fa5eCopy full SHA for f83fa5e
src/main/java/io/appium/java_client/pagefactory/bys/builder/AppiumByBuilder.java
@@ -42,7 +42,7 @@
42
* It is the basic handler of Appium-specific page object annotations.
43
* About the Page Object design pattern please read these documents:
44
* - <a href="https://code.google.com/p/selenium/wiki/PageObjects">https://code.google.com/p/selenium/wiki/PageObjects</a>
45
- * - <a href="https://code.google.com/p/selenium/wiki/PageFactory">https://code.google.com/p/selenium/wiki/PageFactory</a>
+ * - <a href="https://github.com/SeleniumHQ/selenium/wiki/PageFactory">Selenium Page Factory</a>
46
*/
47
public abstract class AppiumByBuilder extends AbstractAnnotations {
48
protected static final Class<?>[] DEFAULT_ANNOTATION_METHOD_ARGUMENTS = new Class<?>[]{};
0 commit comments