Skip to content

Commit 761cd8f

Browse files
committed
Update TSPL section description
1 parent fa2c322 commit 761cd8f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

_data/go_further.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
- title: "The Swift Programming Language Book"
2-
description: "The authoritative reference for Swift,
3-
offering a guided tour, a comprehensive guide, and a formal reference of the language."
1+
- title: "A Swift Tour"
2+
description: "_The Swift Programming Language_, the authoritative reference for Swift, begins with a tour of the language. The tour gives you an introduction to the fundamental features, concepts, and syntax of Swift. The remainder of the book explains each topic in greater detail."
43
content_type: book
5-
content_url: https://docs.swift.org/swift-book
4+
content_url: https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html
65
thumbnail_url: #TBD
76
release_date: 2014-08-18
87
featured: true

getting-started/_go-further.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ready to dive deeper? Here are some hand-picked resources covering about various
1313

1414
<h3>{{ resource.title }}</h3>
1515
<p class="description">
16-
{{ resource.description }}
16+
{{ resource.description | markdownify }}
1717
</p>
1818
1919
<a href="{{ resource.content_url }}" class="cta-secondary{% if resource.external %} external" target="_blank"{% else %}"{% endif %}>

0 commit comments

Comments
 (0)