Skip to content

Commit ab2b672

Browse files
authored
Fixed swift mailing lists links (#400)
- This commit is part of the work to clean up all our broken links in #369. This can be shipped on it's own, so I'm separating it out to keep the main PR as small as possible. - This commit replaces links to `https://lists.swift.org/mailman/listinfo` with `https://lists.swift.org/pipermail/` - In cases where we guide users to submit feedback, I've also added a `> Note` that explains that mailing lists are now closed and archived, and they should use forums instead.
1 parent c451abf commit ab2b672

10 files changed

+36
-12
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The tag `swift-2.2-RELEASE` designates the specific revisions in those repositor
5454

5555
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

57-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
5857
[swift]: https://github.com/apple/swift
5958
[swift-llvm]: https://github.com/apple/swift-llvm
6059
[swift-clang]: https://github.com/apple/swift-clang

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ goes into effect for the Swift 3.0 release as the release converges:
139139
Please feel free to email [swift-dev] or [Ted Kremenek] directly concerning any
140140
questions about the release management process.
141141

142+
> Note: Swift mailing lists have been shut down, archived, and replaced with
143+
> [Swift Forums](https://forums.swift.org). See
144+
> [the announcement here]({% post_url 2018-01-19-forums %}).
145+
142146
## Pull Requests for Developer Previews
143147

144148
All pull requests nominating changes for inclusion in developer preview
@@ -169,7 +173,7 @@ useful.
169173
pull requests** that are accepted by the corresponding release manager.
170174

171175
[Ted Kremenek]: https://github.com/tkremenek
172-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
176+
[swift-dev]: https://lists.swift.org/pipermail/swift-dev/
173177
[swift]: https://github.com/apple/swift
174178
[swift-llvm]: https://github.com/apple/swift-llvm
175179
[swift-clang]: https://github.com/apple/swift-clang

_posts/2016-09-13-swift-3.0-released.md

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ The tag `swift-3.0-RELEASE` designates the specific revisions in those repositor
144144

145145
The `swift-3.0-branch` will remain open, but under the same [release management process](/blog/swift-3-0-release-process/), to accumulate changes for a potential future bug-fix "dot" release.
146146

147-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
148147
[swift]: https://github.com/apple/swift
149148
[swift-llvm]: https://github.com/apple/swift-llvm
150149
[swift-clang]: https://github.com/apple/swift-clang

_posts/2016-1-05-swift-2.2-release-process.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ goes into effect for the Swift 2.2 release as the release converges:
114114
Please feel free to email [swift-dev] or Ted directly concerning any
115115
questions about the release management process.
116116

117+
> Note: Swift mailing lists have been shut down, archived, and replaced with
118+
> [Swift Forums](https://forums.swift.org). See
119+
> [the announcement here]({% post_url 2018-01-19-forums %}).
120+
117121
### Pull Requests
118122

119123
All pull requests nominating changes for inclusion in the
@@ -147,7 +151,7 @@ aforementioned technical review. Once restrictive change control is
147151
in place, only the release manager is allowed to accept a pull request
148152
into `swift-2.2-branch`.
149153

150-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
154+
[swift-dev]: https://lists.swift.org/pipermail/swift-dev/
151155
[swift]: https://github.com/apple/swift
152156
[swift-llvm]: https://github.com/apple/swift-llvm
153157
[swift-clang]: https://github.com/apple/swift-clang

_posts/2016-12-9-swift-3.1-release-process.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Swift 3.1 is intended to be released in the spring of 2017.
1717

1818
It is a strong goal that the vast majority of sources that built with the Swift 3.0 compiler continue to build with the Swift 3.1 compiler. The exception will be bug fixes to the compiler that cause it to reject code that should never have been accepted in the first place. These cases should be relatively rare in practice.
1919

20-
A description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/mailman/listinfo/swift-evolution) mailing list.
20+
A description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/pipermail/swift-evolution/) mailing list.
2121

2222
Please file [bug reports](https://bugs.swift.org) if you encounter cases where the Swift 3.1 compiler unexpectedly rejects code that previously compiled with the Swift 3.0 compiler.
2323

@@ -97,6 +97,10 @@ The overall management of the release will be overseen by the following individu
9797
Please feel free to email [swift-dev] or [Ted Kremenek] directly concerning any
9898
questions about the release management process.
9999

100+
> Note: Swift mailing lists have been shut down, archived, and replaced with
101+
> [Swift Forums](https://forums.swift.org). See
102+
> [the announcement here]({% post_url 2018-01-19-forums %}).
103+
100104
## Pull Requests for Release Branch
101105

102106
All pull requests nominating changes for inclusion in the release branch
@@ -126,7 +130,7 @@ useful.
126130
**All change** going into the `swift-3.1-branch` (outside changes being merged in automatically from `master`) **must go through pull requests** that are accepted by the corresponding release manager.
127131

128132
[Ted Kremenek]: https://github.com/tkremenek
129-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
133+
[swift-dev]: https://lists.swift.org/pipermail/swift-dev/
130134
[swift]: https://github.com/apple/swift
131135
[swift-llvm]: https://github.com/apple/swift-llvm
132136
[swift-clang]: https://github.com/apple/swift-clang

_posts/2017-01-26-bridging-pch.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ To try it out in the meantime, install a compiler that supports it, open the bui
3737

3838
If you have a project with a large bridging header, please try using this new mode.
3939
If you encounter problems, please file a bug in either [Swift.org's bug-tracking system](https://bugs.swift.org/) or [Apple's](https://bugreport.apple.com/).
40-
General feedback is also welcome by emailing the [[email protected]](https://lists.swift.org/mailman/listinfo/swift-users) mailing list, or on [Twitter](https://twitter.com/swiftlang) (mention `#SwiftBridgingPCH`).
40+
General feedback is also welcome by emailing the [swift-users mailing list](https://lists.swift.org/pipermail/swift-users/) mailing list, or on [Twitter](https://twitter.com/swiftlang) (mention `#SwiftBridgingPCH`).
41+
42+
> Note: Swift mailing lists have been shut down, archived, and replaced with
43+
> [Swift Forums](https://forums.swift.org). See
44+
> [the announcement here]({% post_url 2018-01-19-forums %}). A place for general
45+
> feedback is the [Using Swift](https://forums.swift.org/c/swift-users/)
46+
> category on the forums.

_posts/2017-08-22-swift-local-refactoring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Swift's [issue database] contains [several ideas of refactoring transformations]
344344
If you'd like to propose new refactoring ideas, filing a task in Swift's [issue database] with
345345
label `Refactoring` will be sufficient.
346346

347-
For further help with implementing refactoring transformations, please see the [documentation] or feel free to ask questions on the [swift-dev](https://lists.swift.org/mailman/listinfo/swift-dev) mailing list.
347+
For further help with implementing refactoring transformations, please see the [documentation] or feel free to ask questions on the [swift-dev](https://lists.swift.org/pipermail/swift-dev/) mailing list.
348348

349349
[sourcekitd]: https://github.com/apple/swift/tree/master/tools/SourceKit
350350
[ResolvedCursorInfo]: https://github.com/apple/swift/blob/7f29b362d68eb990a592257850aabadb24de61df/include/swift/IDE/Utils.h#L158

_posts/2017-10-17-swift-4.1-release-process.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ The overall management of the release will be overseen by the following individu
9393
Please feel free to email [swift-dev] or [Ted Kremenek] directly concerning any
9494
questions about the release management process.
9595

96+
> Note: Swift mailing lists have been shut down, archived, and replaced with
97+
> [Swift Forums](https://forums.swift.org). See
98+
> [the announcement here]({% post_url 2018-01-19-forums %}).
99+
96100
## Pull Requests for Release Branch
97101

98102
In order for a pull request to be considered for inclusion in the release branch it must include the following information:
@@ -119,7 +123,7 @@ useful.
119123
**All change** going into the `swift-4.1-branch` (outside changes being merged in automatically from `master`) **must go through pull requests** that are accepted by the corresponding release manager.
120124

121125
[Ted Kremenek]: https://github.com/tkremenek
122-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
126+
[swift-dev]: https://lists.swift.org/pipermail/swift-dev/
123127
[swift]: https://github.com/apple/swift
124128
[swift-llvm]: https://github.com/apple/swift-llvm
125129
[swift-clang]: https://github.com/apple/swift-clang

_posts/2017-2-16-swift-4.0-release-process.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here are some examples of what this interoperability enables:
3939

4040
Overall, this scheme will allow existing Swift 3 code to more gradually migrate to Swift 4 (e.g., a target or package at a time).
4141

42-
A more detailed description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/mailman/listinfo/swift-evolution) mailing list.
42+
A more detailed description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/pipermail/swift-evolution/) mailing list.
4343

4444
## Snapshots of Swift 4
4545

@@ -114,6 +114,10 @@ The overall management of the release will be overseen by the following individu
114114
Please feel free to email [swift-dev] or [Ted Kremenek] directly concerning any
115115
questions about the release management process.
116116

117+
> Note: Swift mailing lists have been shut down, archived, and replaced with
118+
> [Swift Forums](https://forums.swift.org). See
119+
> [the announcement here]({% post_url 2018-01-19-forums %}).
120+
117121
## Pull Requests for Release Branch
118122

119123
All pull requests nominating changes for inclusion in the release branch
@@ -143,7 +147,7 @@ useful.
143147
**All change** going into the `swift-4.0-branch` (outside changes being merged in automatically from `master`) **must go through pull requests** that are accepted by the corresponding release manager.
144148

145149
[Ted Kremenek]: https://github.com/tkremenek
146-
[swift-dev]: https://lists.swift.org/mailman/listinfo/swift-dev
150+
[swift-dev]: https://lists.swift.org/pipermail/swift-dev/
147151
[swift]: https://github.com/apple/swift
148152
[swift-llvm]: https://github.com/apple/swift-llvm
149153
[swift-clang]: https://github.com/apple/swift-clang

_posts/2018-01-19-forums.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Swift Forums Now Open!
66
author: najacque
77
---
88

9-
We are delighted to announce that the Swift project has completed the process of migrating to the [Swift Forums](https://forums.swift.org) as the primary method for discussion and communication! The former mailing lists have been shut down and [archived](https://lists.swift.org/mailman/listinfo), and all mailing list content has been imported into the new forum system.
9+
We are delighted to announce that the Swift project has completed the process of migrating to the [Swift Forums](https://forums.swift.org) as the primary method for discussion and communication! The former mailing lists have been shut down and [archived](https://lists.swift.org/pipermail/), and all mailing list content has been imported into the new forum system.
1010

1111
The following @swift.org email lists will continue to function as before:
1212

0 commit comments

Comments
 (0)