diff options
| -rw-r--r-- | docs/html/ndk/guides/audio/opensl-prog-notes.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/ndk/guides/audio/opensl-prog-notes.jd b/docs/html/ndk/guides/audio/opensl-prog-notes.jd index 326314568386..e70aa080e0ef 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 - <a href="#dynamic-interfaces">Dynamic interfaces at object creation</a> section above. +avoid this complexity, which is described in + <a href="{@docRoot}ndk/guides/audio/opensl-for-android.html#dynamic-interfaces">Dynamic interfaces at object creation</a>. </p> <p> |