diff --git a/docs/html/ndk/guides/audio/opensl-prog-notes.jd b/docs/html/ndk/guides/audio/opensl-prog-notes.jd index 326314568386a..e70aa080e0efa 100644 --- a/docs/html/ndk/guides/audio/opensl-prog-notes.jd +++ b/docs/html/ndk/guides/audio/opensl-prog-notes.jd @@ -61,8 +61,8 @@ there is no harm in listing it there. OpenSL ES has one more kind of interface c create array and can be added later after the object is created. The Android implementation provides a convenience feature to -avoid this complexity; see the - Dynamic interfaces at object creation section above. +avoid this complexity, which is described in + Dynamic interfaces at object creation.