Skip to content

Commit 52704f6

Browse files
add missing .html suffix to documentation article link (#501)
1 parent 595ebd6 commit 52704f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Swift has support for bidirectional interoperability with C++.
4646
A great variety of C++ APIs can be called directly from Swift, and select Swift APIs can be used from C++.
4747
- title: Value and Reference types
48-
url: /documentation/articles/value-and-reference-types
48+
url: /documentation/articles/value-and-reference-types.html
4949
description: |
5050
Types in Swift are grouped in two categories: value types and reference types.
5151
Each behave differently and understanding the difference is an important part of understanding Swift.

0 commit comments

Comments
 (0)