Skip to content

Commit a95c2e8

Browse files
make absolute swift.org links relative to base URL (swiftlang#205)
1 parent 5e2cb95 commit a95c2e8

File tree

87 files changed

+258
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+258
-260
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Swift.org website goals include:
99
3. Share knowledge with the Swift contributors community and prospective contributors, including contribution guides, technical details that assist contributions, project governance and legal information.
1010
4. Highlight community driven initiatives and technical work that have broad applicability to Swift users in all or some of its core usage domains.
1111

12-
See [website overview](https://swift.org/website) for more information about the Swift.org website goals, content governance and contribution guidelines.
12+
See [website overview](/website) for more information about the Swift.org website goals, content governance and contribution guidelines.
1313

1414
## Technical
1515

_posts/2015-12-03-welcome.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Today, we released two additional projects for Swift in open source: the Core L
1919

2020
### Swift Package Manager
2121

22-
The [Swift Package Manager]({{ site.url }}/package-manager/) is a brand new project that strives to create a powerful, user-friendly tool to build and share Swift code. We are focused on ensuring the package manager is great at sharing source code, rather than compiled binary libraries. This project is very early in development, and will be designed and developed using Swift's open, collaborative process.
22+
The [Swift Package Manager](/package-manager/) is a brand new project that strives to create a powerful, user-friendly tool to build and share Swift code. We are focused on ensuring the package manager is great at sharing source code, rather than compiled binary libraries. This project is very early in development, and will be designed and developed using Swift's open, collaborative process.
2323

2424
You can find example package repositories at [the Apple home on GitHub](http://github.com/apple), as well as the source code and additional information for the package manager itself.
2525

2626

2727
### Core Libraries
2828

29-
The [Swift Core Libraries]({{ site.url }}/core-libraries/) project is a higher-level set of APIs, above the Swift standard library. These libraries offer functionality such as localization, networking primitives, unit testing, user preferences, and more. These libraries also introduce coding conventions that will be useful as you write more Swift code, and create new packages.
29+
The [Swift Core Libraries](/core-libraries/) project is a higher-level set of APIs, above the Swift standard library. These libraries offer functionality such as localization, networking primitives, unit testing, user preferences, and more. These libraries also introduce coding conventions that will be useful as you write more Swift code, and create new packages.
3030

3131
The core libraries are based on frameworks included in Apple platforms, namely Foundation, libdispatch, and XCTest. The Swift open source versions of these frameworks are intended to make it easy to use the same Swift code with consistent functionality across multiple platforms.
3232

@@ -37,10 +37,10 @@ This website is the home of the Swift project with links to the resources you wi
3737

3838

3939
* The [Apple home on GitHub](http://github.com/apple) hosts all the Swift source code
40-
* The [Swift mailing lists]({{ site.url }}/community/#mailing-lists) are how we interact
41-
* The [Getting Started]({{ site.url }}/getting-started/) pages will help you setup a Swift development environment
42-
* The [Download]({{ site.url }}/download/) page includes pre-built binaries for the supported platforms
43-
* The [Swift Evolution Process]({{ site.url }}/contributing/#evolution-process) describes how new features are proposed
40+
* The [Swift mailing lists](/community/#mailing-lists) are how we interact
41+
* The [Getting Started](/getting-started/) pages will help you setup a Swift development environment
42+
* The [Download](/download/) page includes pre-built binaries for the supported platforms
43+
* The [Swift Evolution Process](/contributing/#evolution-process) describes how new features are proposed
4444

4545

4646
Welcome to the open source Swift community.

_posts/2016-01-29-swift-api-transformation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ path.fillWith(kCGBlendModeMultiply, alpha: 0.7)
5959
~~~
6060

6161
We've put three parts of this proposed transformation up for public
62-
review in [Swift's evolution group](https://swift.org/community/#mailing-lists):
62+
review in [Swift's evolution group](/community/#mailing-lists):
6363
[changes to how Cocoa is imported](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md),
6464
[changes to the surface of the standard library](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md),
6565
and the
@@ -93,7 +93,7 @@ Will we make this change? The jury is out, but this is the time to
9393
make your voice heard. The review period has been extended through
9494
**Friday, February 5th**. If you'd like to help shape the future of your
9595
language and frameworks,
96-
[join the discussion]({{ site.url }}/contributing/#participating-in-the-swift-evolution-process).
96+
[join the discussion](/contributing/#participating-in-the-swift-evolution-process).
9797
The proposals and associated review threads are here:
9898

9999
* [API Design Guidelines](https://github.com/apple/swift-evolution/blob/master/proposals/0023-api-guidelines.md)[discussion](http://news.gmane.org/find-root.php?message_id=ABB71FFD%2d1AE8%2d43D3%2dB3F5%2d58225A2BAD66%40apple.com)

_posts/2016-02-01-swift-CI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Continuous Integration now Available
66
author: najacque
77
---
88

9-
We are excited to announce that we have rolled out [continuous integration]({{ site.url }}/continuous-integration) (aka, CI) for the Swift project!
9+
We are excited to announce that we have rolled out [continuous integration](/continuous-integration) (aka, CI) for the Swift project!
1010

1111
Our CI system is powered by [Jenkins](https://jenkins-ci.org). For Apple's platforms it builds and runs tests for macOS and the iOS simulator. For Linux it builds and runs tests for Ubuntu 14.04 and Ubuntu 15.10 (both for x86_64). In addition to using it for testing active branches, the CI system also produces the snapshots that are available for download from Swift.org.
1212

_posts/2016-02-29-swift-commit-access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ author: ematejska
88

99
Now that the Swift Continuous Integration system is established and proven, we’d like to grant commit access on a more frequent basis to project contributors who have established a track record of good contributions. If you would like commit access, please send an email to [the code owners list](mailto:[email protected]) with a list of 5 non-trivial pull requests that we accepted without modifications.
1010

11-
For more details about what it means to have commit access, please see the [Contributing Code](https://swift.org/contributing/#contributing-code) section.
11+
For more details about what it means to have commit access, please see the [Contributing Code](/contributing/#contributing-code) section.

_posts/2016-03-21-swift-2.2-released.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We are very pleased to announce the release of Swift 2.2! This is the first off
1010

1111
### Language Changes
1212

13-
Swift 2.2 is a minor language release that is mostly source-compatible with Swift 2.1. It contains the following language changes that went through the Swift's [evolution process](https://swift.org/contributing/#participating-in-the-swift-evolution-process):
13+
Swift 2.2 is a minor language release that is mostly source-compatible with Swift 2.1. It contains the following language changes that went through the Swift's [evolution process](/contributing/#participating-in-the-swift-evolution-process):
1414

1515
* [SE-0001: Allow (most) keywords as argument labels](https://github.com/apple/swift-evolution/blob/master/proposals/0001-keywords-as-argument-labels.md)
1616
* [SE-0015: Tuple comparison operators](https://github.com/apple/swift-evolution/blob/master/proposals/0015-tuple-comparison-operators.md)
@@ -22,19 +22,19 @@ Swift 2.2 is a minor language release that is mostly source-compatible with Swif
2222

2323
Beyond these language changes Swift 2.2 also contains numerous bug fixes, enhancements to diagnostics, and produces even faster-running code.
2424

25-
The [Swift Package Manager]({{ site.url }}/package-manager/) is still early in development and is not included in this release.
25+
The [Swift Package Manager](/package-manager/) is still early in development and is not included in this release.
2626

2727
### Documentation
2828

29-
An updated version of [The Swift Programming Language]({{ site.url }}/documentation/#the-swift-programming-language) for Swift 2.2 is now available on Swift.org. It is also available for free on Apple's iBooks store.
29+
An updated version of [The Swift Programming Language](/documentation/#the-swift-programming-language) for Swift 2.2 is now available on Swift.org. It is also available for free on Apple's iBooks store.
3030

3131
### Platforms
3232

3333
#### Linux (Ubuntu 14.04 and Ubuntu 15.10)
3434

35-
Swift 2.2 includes support for Swift on Linux. The Linux port is still relatively new and in this release does not include the [Swift Core Libraries]({{ site.url }}/core-libraries/) (which will appear in Swift 3). The port does, however, include LLDB and the REPL.
35+
Swift 2.2 includes support for Swift on Linux. The Linux port is still relatively new and in this release does not include the [Swift Core Libraries](/core-libraries/) (which will appear in Swift 3). The port does, however, include LLDB and the REPL.
3636

37-
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download]({{ site.url }}/download/).
37+
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download](/download/).
3838

3939
#### Apple (Xcode)
4040

@@ -52,7 +52,7 @@ Development on Swift 2.2 was tracked in the `swift-2.2-branch` on the following
5252

5353
The tag `swift-2.2-RELEASE` designates the specific revisions in those repositories that make up the final version of Swift 2.2.
5454

55-
The `swift-2.2-branch` will remain open — but under the same [release management process]({{ site.url }}/blog/swift-2-2-release-process/) — to accumulate changes for a potential future bug-fix "dot" release.
55+
The `swift-2.2-branch` will remain open — but under the same [release management process](/blog/swift-2-2-release-process/) — to accumulate changes for a potential future bug-fix "dot" release.
5656

5757
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
5858
[swift]: https://github.com/apple/swift

_posts/2016-03-30-swift-2.2-new-features.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: New Features in Swift 2.2
66
author: twostraws
77
---
88

9-
Swift 2.2 brings new syntax, new features, and some deprecations too. It is an interim release before Swift 3 comes later this year [with even bigger changes](https://swift.org/blog/swift-api-transformation/), and the changes in Swift 2.2 align with the broader goals of Swift 3 to focus on gradually stabilizing the core language and Standard Library by adding missing features, refining what is already there, and removing what is no longer needed in the language. All changes in Swift 2.2 went through the community-driven [Swift evolution process]({{ site.url }}/contributing/#participating-in-the-swift-evolution-process) — where over 30 proposals have been submitted, reviewed, and accepted since Swift was open-sourced a few months ago.
9+
Swift 2.2 brings new syntax, new features, and some deprecations too. It is an interim release before Swift 3 comes later this year [with even bigger changes](/blog/swift-api-transformation/), and the changes in Swift 2.2 align with the broader goals of Swift 3 to focus on gradually stabilizing the core language and Standard Library by adding missing features, refining what is already there, and removing what is no longer needed in the language. All changes in Swift 2.2 went through the community-driven [Swift evolution process](/contributing/#participating-in-the-swift-evolution-process) — where over 30 proposals have been submitted, reviewed, and accepted since Swift was open-sourced a few months ago.
1010

1111
The changes in Swift 2.2 will have a direct impact on your code, and this article will walk you through what has changed and why, along with code examples to help you migrate quickly to the new Swift 2.2 syntax.
1212

@@ -298,4 +298,4 @@ For more information, see the [Swift Evolution proposal](https://github.com/appl
298298

299299
### And there's more…
300300

301-
This post has covered the changes that are likely to affect most developers, but other smaller changes have been introduced alongside improved compiler messages and performance enhancements. [Click here for the official release notes]({{ site.url }}/blog/swift-2-2-released/), where you can find links to full discussions on the changes as well as install instructions for Linux.
301+
This post has covered the changes that are likely to affect most developers, but other smaller changes have been introduced alongside improved compiler messages and performance enhancements. [Click here for the official release notes](/blog/swift-2-2-released/), where you can find links to full discussions on the changes as well as install instructions for Linux.

_posts/2016-05-06-swift-3.0-release-process.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ comprehensive list of implemented changes for Swift 3.0 can be found on the
1515
[Swift evolution
1616
site](https://github.com/apple/swift-evolution#implemented-proposals-for-swift-3).
1717

18-
Swift 3.0 is also the first release to include the [Swift Package Manager]({{
19-
site.url }}/package-manager/). While the Swift Package Manager is still early
18+
Swift 3.0 is also the first release to include the [Swift Package Manager](/package-manager/). While the Swift Package Manager is still early
2019
in its development, it supports the development and distribution of
2120
cross-platform Swift packages. The Swift Package Manager will be available on
2221
both Darwin and Linux.
2322

2423
For Linux, Swift 3 will also be the first release to contain the [Swift Core
25-
Libraries]({{ site.url }}/core-libraries/).
24+
Libraries](/core-libraries/).
2625

2726
Swift 3.0 is expected to be released sometime in late 2016. In addition to its
2827
Swift.org release, Swift 3.0 will ship in a future version of Xcode.
@@ -32,7 +31,7 @@ Swift.org release, Swift 3.0 will ship in a future version of Xcode.
3231
- Swift 3.0 will have a series of developer previews (i.e., "seeds" or "betas")
3332
that provide qualified and converged builds of Swift 3. The goal is to
3433
provide users with more stable and qualified Swift binaries that they can
35-
[download]({{ site.url }}/download) and try out (and file bugs against)
34+
[download](/download) and try out (and file bugs against)
3635
instead of just grabbing the latest snapshot of `master`.
3736

3837
- The cadence between Developer Previews will likely be irregular, but likely
@@ -161,7 +160,7 @@ branches should include the following information:
161160
- **Testing**: What specific testing has been done or needs to be done
162161
to further validate any impact of this change?
163162

164-
One or more [code owners]({{ site.url }}/community/#code-owners) for the impacted
163+
One or more [code owners](/community/#code-owners) for the impacted
165164
components should review the change. Technical review can be delegated
166165
by a code owner or otherwise requested as deemed appropriate or
167166
useful.

_posts/2016-06-13-swift-3.0-preview-1-released.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ author: tkremenek
88

99
We are very pleased to announce **Developer Preview 1** of Swift 3.0!
1010

11-
As described in the [Swift 3.0 Release Process]({{ site.url
12-
}}/blog/swift-3-0-release-process/), developer previews (i.e., "seeds" or
11+
As described in the [Swift 3.0 Release Process](/blog/swift-3-0-release-process/), developer previews (i.e., "seeds" or
1312
"betas") provide qualified builds of Swift 3 that are more stable than just
1413
grabbing the latest snapshot of `master` (i.e., tip-of-trunk development).
1514
Developer previews capture Swift 3 as a work-in-progress and should not
@@ -71,11 +70,11 @@ Swift 3.0 Preview 1 is available for free as part of [Xcode 8 beta 1](https://de
7170

7271
#### Linux (Ubuntu 14.04 and Ubuntu 15.10)
7372

74-
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download]({{ site.url }}/download/) on Swift.org.
73+
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download](/download/) on Swift.org.
7574

7675
### Documentation
7776

78-
An updated version of [The Swift Programming Language]({{ site.url }}/documentation/#the-swift-programming-language) for Swift 3.0 is now available on Swift.org. It is also available for free on Apple's [iBooks store](https://itunes.apple.com/us/book/the-swift-programming-language/id1002622538?mt=11).
77+
An updated version of [The Swift Programming Language](/documentation/#the-swift-programming-language) for Swift 3.0 is now available on Swift.org. It is also available for free on Apple's [iBooks store](https://itunes.apple.com/us/book/the-swift-programming-language/id1002622538?mt=11).
7978

8079
### Foundation and Linux (Core Libraries)
8180

@@ -86,5 +85,5 @@ This should be resolved in a future beta.
8685

8786
Swift 3 is a source-breaking release over Swift 2.2.1. It contains many syntactic refinements and improvements,
8887
but also a huge number of changes for how Objective-C APIs import into Swift due to [SE-0005](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md).
89-
Please consult the [migration guide]({{ site.url }}/migration-guide/) for guidance and tips
88+
Please consult the [migration guide](/migration-guide/) for guidance and tips
9089
for migrating to Swift 3.

_posts/2016-07-07-swift-xcode-playground-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Xcode Playground Support
66
author: k8stone
77
---
88

9-
We are delighted to introduce [Xcode Playground Support]({{site.url}}/lldb/#xcode-playground-support)
9+
We are delighted to introduce [Xcode Playground Support](/lldb/#xcode-playground-support)
1010
as part of the Swift open source community!
1111

1212
Swift developers can approach the language in many different ways. In

0 commit comments

Comments
 (0)