diff options
| author | 2016-05-25 10:01:02 -0700 | |
|---|---|---|
| committer | 2016-05-26 14:43:47 -0700 | |
| commit | 9f2dba71c55e0b6af1e8d5e2e60549c43b669e93 (patch) | |
| tree | f7064d8932804fe0cc62f404d57100e886b8480b | |
| parent | e468c2380ddcc1a7c1f2fa3c9995ad999e9c0ca8 (diff) | |
Doc change: Fix broken link.
The href must include the page containing
the anchor "#dynamic-interfaces".
Change-Id: Ie6503584aff0104d11dcafed4fd03ce447ef4c59
| -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> |