diff --git a/_data/go_further.yml b/_data/go_further.yml index ebcfb1048..c79a1ee10 100644 --- a/_data/go_further.yml +++ b/_data/go_further.yml @@ -19,6 +19,6 @@ - title: "Swift Strings Under The Hood" description: "Swift strings provide a fast, Unicode-compliant way to work with text. This article provides more detail on how strings are implemented in Swift using UTF-8 and the reasons behind that choice." content_type: article - content_url: https://www.swift.org/blog/utf8-string/ + content_url: /blog/utf8-string/ thumbnail_url: #TBD release_date: 2019-03-20 diff --git a/_data/navigation.yml b/_data/navigation.yml index f2134feb6..329f583f0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,12 +15,10 @@ sections: - title: Installing Swift name: installing-swift - - title: Using the REPL - name: using-the-repl - - title: Using the Package Manager - name: using-the-package-manager - - title: Using the LLDB Debugger - name: using-the-lldb-debugger + - title: Using Swift + name: using-swift + - title: Go Further + name: go-further - title: Download url: /download/ sections: diff --git a/getting-started/_go-further.md b/getting-started/_go-further.md index bd3e10f32..d84657b48 100644 --- a/getting-started/_go-further.md +++ b/getting-started/_go-further.md @@ -22,3 +22,5 @@ Ready to dive deeper? Here are some hand-picked resources covering about various {% endfor %} + +Looking for even more? In the [documentation](/documentation/) you can find resources, references, and guidelines related to the Swift project, including the [API Design Guidelines](/documentation/api-design-guidelines/). diff --git a/getting-started/_use-cases.md b/getting-started/_use-cases.md index 56e6a645d..5403e8ac5 100644 --- a/getting-started/_use-cases.md +++ b/getting-started/_use-cases.md @@ -1,6 +1,8 @@ ## Using Swift -If you want to get started with a language reference, [The Swift Programming Language](https://docs.swift.org/swift-book/) book is the best resource. However, if you'd prefer to get straight into writing some code, here are some examples of the many use cases of Swift. +Here are some examples of the many use cases of Swift, in case you want to jump in and start writing some code right away. + +Looking for a language reference? [The Swift Programming Language (TSPL)](https://docs.swift.org/swift-book/) book is available in [multiple languages](/documentation/#translations).