From 3335fe26a7f0e509dfbf7482d413ae12cd7123f7 Mon Sep 17 00:00:00 2001 From: Christian Wilkie Date: Wed, 31 Oct 2018 17:21:00 -0400 Subject: [PATCH] Fix broken wikipedia link (#32970) Link to Swing on the bottom was broken --- guide/english/java/swing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/java/swing/index.md b/guide/english/java/swing/index.md index 0ee4dbd51d..72869e7151 100644 --- a/guide/english/java/swing/index.md +++ b/guide/english/java/swing/index.md @@ -26,4 +26,4 @@ Swing comprises of numerous number of packages.Please go through the [official d #### More Information: - [Oracle docs](https://docs.oracle.com/javase/7/docs/api/javax/swing/package-use.html) -- [Wikipedia](https://en.wikipedia.org/wiki/Swing_(Java) +- [Wikipedia](https://en.wikipedia.org/wiki/Swing_(Java))