Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8231473

Java Documentation Tab is Navigating to Wrong URL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • 12
    • docs
    • 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


            rajmaddu Raji Madduri
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: