Skip to content

Commit 0365658

Browse files
authored
Merge pull request #525 from hp902/patch/fix
Coil reference url fixed
2 parents ef1c356 + c96ff9e commit 0365658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/google/samples/apps/nowinandroid/NiaApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class NiaApplication : Application(), ImageLoaderFactory {
3939
* format. During Coil's initialization it will call `applicationContext.newImageLoader()` to
4040
* obtain an ImageLoader.
4141
*
42-
* @see https://github.com/coil-kt/coil/blob/main/coil-singleton/src/main/java/coil/Coil.kt#L63
42+
* @see <a href="https://github.com/coil-kt/coil/blob/main/coil-singleton/src/main/java/coil/Coil.kt">Coil</a>
4343
*/
4444
override fun newImageLoader(): ImageLoader {
4545
return ImageLoader.Builder(this)

0 commit comments

Comments
 (0)