< prev index next >

src/java.desktop/share/classes/javax/sound/midi/package-info.java

Print this page

        

@@ -26,13 +26,13 @@
 /**
  * Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
  * (Musical Instrument Digital Interface) data.
  *
  * <h2>Related Documentation</h2>
- * For overviews, tutorials, examples, and guides, please see:
+ * For more information on using Java Sound see:
  * <ul>
- *     <li><a href="../../../../technotes/guides/sound">Sound</a></li>
+ *     <li><a href="https://docs.oracle.com/javase/tutorial/sound/">The Java Sound Tutorial</a></li>
  * </ul>
  *
  * @since 1.3
  */
 package javax.sound.midi;
< prev index next >