Skip to content

Commit 26f88d4

Browse files
yo1995philium
andauthored
Update Shared/Supporting Files/Views/SampleDetailView.swift
Co-authored-by: Philip Ridgeway <[email protected]>
1 parent 8bb33aa commit 26f88d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shared/Supporting Files/Views/SampleDetailView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ extension SampleDetailView: Identifiable {
116116
private extension URL {
117117
/// The URL to the Samples sub-directory on GitHub's main branch.
118118
static let samplesDirectory = URL(
119-
string: "https://github.com/Esri/arcgis-maps-sdk-swift-samples"
120-
)!.appendingPathComponent("tree/main/Shared/Samples")
119+
string: "https://github.com/Esri/arcgis-maps-sdk-swift-samples/tree/main/Shared/Samples"
120+
)!
121121
}

0 commit comments

Comments
 (0)