From 877e0792a00532b4ff49a2e51bb817583f36d10b Mon Sep 17 00:00:00 2001 From: Build Pipeline Date: Tue, 27 Dec 2022 13:19:58 +0100 Subject: [PATCH] docs: update link in the comments --- PlantUML/AsyncImage+Cache.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlantUML/AsyncImage+Cache.swift b/PlantUML/AsyncImage+Cache.swift index 0ff77d9..2473401 100644 --- a/PlantUML/AsyncImage+Cache.swift +++ b/PlantUML/AsyncImage+Cache.swift @@ -4,7 +4,7 @@ // // Created by Bartolomeo Sorrentino on 04/12/22. // -// Inspired by : https://stackoverflow.com/a/70916651/521197 +// Inspired by : [How can I add caching to AsyncImage](https://stackoverflow.com/a/70916651/521197) // import SwiftUI