-
Bug
-
Resolution: Fixed
-
P3
-
None
-
12
-
x86_64
-
windows_7
A DESCRIPTION OF THE PROBLEM :
On the Java Developer Page(Below is the URL) in Section Documentation and Tutorial , when I clicked on Java Tutorials it is navigating to the MySqL Download(https://www.mysql.com/downloads/), which is wrong. It should navigate to java Tutorial page.
Wrong URL is paased in the src of HTML Tag.
HTML CODE
<a class="cb74lnk" href="https://www.mysql.com/downloads/">
<img src="/a/devo/images/cb74-icon-web-browser.jpg"> </a>
URL;- https://developer.oracle.com/java/
REGRESSION : Last worked in version 11.0.4
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
You Can simply change the URL in src to fix this bug. Below is the HTML CODE
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
It will redirect to the Java Tutorial Page
---------- BEGIN SOURCE ----------
<a class="cb74lnk" href="https://docs.oracle.com/javase/tutorial/java/index.html">
<img src="/a/devo/images/cb74-icon-web-browser.jpg"> </a>
---------- END SOURCE ----------
FREQUENCY : always
On the Java Developer Page(Below is the URL) in Section Documentation and Tutorial , when I clicked on Java Tutorials it is navigating to the MySqL Download(https://www.mysql.com/downloads/), which is wrong. It should navigate to java Tutorial page.
Wrong URL is paased in the src of HTML Tag.
HTML CODE
<a class="cb74lnk" href="https://www.mysql.com/downloads/">
<img src="/a/devo/images/cb74-icon-web-browser.jpg"> </a>
URL;- https://developer.oracle.com/java/
REGRESSION : Last worked in version 11.0.4
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
You Can simply change the URL in src to fix this bug. Below is the HTML CODE
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
It will redirect to the Java Tutorial Page
---------- BEGIN SOURCE ----------
<a class="cb74lnk" href="https://docs.oracle.com/javase/tutorial/java/index.html">
<img src="/a/devo/images/cb74-icon-web-browser.jpg"> </a>
---------- END SOURCE ----------
FREQUENCY : always