Skip to content

Commit d7c8f98

Browse files
authored
Fix broken link on homepage for Value And Reference Types In Swift article (#386)
1 parent aecf9fc commit d7c8f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/go_further.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- title: "Value and Reference Types"
22
description: "This article describes the differences in behavior between _value types_ and _reference types_—a fundamental part of learning Swift and choosing between structures and classes."
33
content_type: article
4-
content_url: /documentation/articles/value-and-reference-types
4+
content_url: /documentation/articles/value-and-reference-types.html
55
thumbnail_url: #TBD
66
release_date: 2023-04-29
77
external: false

0 commit comments

Comments
 (0)