Skip to content

Commit 5c6628b

Browse files
committed
Update outdated links in JavaDoc and documentation (mostly to php pages)
1 parent 372f0c3 commit 5c6628b

776 files changed

Lines changed: 1157 additions & 1157 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more information about SWT, visit the [official SWT page](https://eclipse.de
1212
## Getting Started
1313

1414
SWT comes with platform-specific jar files.
15-
Download them from https://download.eclipse.org/eclipse/downloads/index.html and add the jar file to your classpath.
15+
Download them from https://download.eclipse.org/eclipse/downloads and add the jar file to your classpath.
1616

1717
### Example
1818
![Example](example.png)
@@ -96,7 +96,7 @@ https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/
9696

9797
See the following description for how to contribute a feature or a bug fix to SWT.
9898

99-
- <https://www.eclipse.org/swt/fixbugs.php>
99+
- https://eclipse.dev/eclipse/swt/
100100

101101
Information regarding source code management, builds, coding standards, and more can be found under the following link.
102102

@@ -110,7 +110,7 @@ Also see in the SWT section of the Eclipse FAQ for more background information a
110110

111111
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
112112

113-
- <http://www.eclipse.org/legal/CLA.php>
113+
- https://www.eclipse.org/legal/eca/
114114

115115
## Contact
116116

bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/JNIGeneratorAppUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ public void run() {
887887
shell.open();
888888
MessageBox box = new MessageBox(shell, SWT.YES | SWT.NO);
889889
box.setText("Warning");
890-
box.setMessage("This tool is obsolete as of Eclipse 3.5 M2.\nThe meta data has been embedded in java source files.\nThere is a new plugin tool that replaces this tool.\nSee http://www.eclipse.org/swt/jnigen.php.\n\n Continue?");
890+
box.setMessage("This tool is obsolete as of Eclipse 3.5 M2.\nThe meta data has been embedded in java source files.\nThere is a new plugin tool that replaces this tool.\nSee https://eclipse.dev/eclipse/swt/jnigen.html.\n\n Continue?");
891891
int result = box.open();
892892
if (result == SWT.NO) {
893893
shell.dispose();

bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* This class provides a bridge between SWT and AWT, so that it
3434
* is possible to embed AWT components in SWT and vice versa.
3535
*
36-
* @see <a href="http://www.eclipse.org/swt/snippets/#awt">Swing/AWT snippets</a>
37-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
36+
* @see <a href="https://eclipse.dev/eclipse/swt/snippets/#awt">Swing/AWT snippets</a>
37+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
3838
*
3939
* @since 3.0
4040
*/

bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* This class provides a bridge between SWT and AWT, so that it
3737
* is possible to embed AWT components in SWT and vice versa.
3838
*
39-
* @see <a href="http://www.eclipse.org/swt/snippets/#awt">Swing/AWT snippets</a>
40-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
39+
* @see <a href="https://eclipse.dev/eclipse/swt/snippets/#awt">Swing/AWT snippets</a>
40+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
4141
*
4242
* @since 3.0
4343
*/

bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
* This class provides a bridge between SWT and AWT, so that it
3333
* is possible to embed AWT components in SWT and vice versa.
3434
*
35-
* @see <a href="http://www.eclipse.org/swt/snippets/#awt">Swing/AWT snippets</a>
36-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
35+
* @see <a href="https://eclipse.dev/eclipse/swt/snippets/#awt">Swing/AWT snippets</a>
36+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
3737
*
3838
* @since 3.0
3939
*/

bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* @see AccessibleEvent
4141
* @see AccessibleControlListener
4242
* @see AccessibleControlEvent
43-
* @see <a href="http://www.eclipse.org/swt/snippets/#accessibility">Accessibility snippets</a>
44-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
43+
* @see <a href="https://eclipse.dev/eclipse/swt/snippets/#accessibility">Accessibility snippets</a>
44+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
4545
*
4646
* @since 2.0
4747
*/

bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Class ACC contains all the constants used in defining an
1919
* Accessible object.
2020
*
21-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
21+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
2222
*
2323
* @since 2.0
2424
*/

bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @see AccessibleListener
3232
* @see AccessibleEvent
33-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
33+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
3434
*
3535
* @since 2.0
3636
*/

bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleControlAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @see AccessibleControlListener
3838
* @see AccessibleControlEvent
39-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
39+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
4040
*
4141
* @since 2.0
4242
*/

bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleControlEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @see AccessibleControlListener
3131
* @see AccessibleControlAdapter
32-
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
32+
* @see <a href="https://eclipse.dev/eclipse/swt/">Sample code and further information</a>
3333
*
3434
* @since 2.0
3535
*/

0 commit comments

Comments
 (0)