< prev index next >

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

Print this page

        

@@ -26,13 +26,13 @@
 /**
  * Supplies abstract classes for service providers to subclass when offering new
  * audio devices, sound file readers and writers, or audio format converters.
  *
  * <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.sampled.spi;
< prev index next >