diff --git a/docs/html/training/articles/memory.jd b/docs/html/training/articles/memory.jd index 885112168e252..a4e645a46b5a0 100644 --- a/docs/html/training/articles/memory.jd +++ b/docs/html/training/articles/memory.jd @@ -365,8 +365,8 @@ private ActivityManager.MemoryInfo getAvailableMemory() { You should generally avoid use of persistent services because of the on-going demands they place on available memory. Instead, we recommend that you use an alternative implementation - such as {@llink android.app.job.JobScheduler}. For more information about - how to use {@llink android.app.job.JobScheduler} to schedule background + such as {@link android.app.job.JobScheduler}. For more information about + how to use {@link android.app.job.JobScheduler} to schedule background processes, see Background Optimizations.