Skip to content

Commit b24d31a

Browse files
authored
redirect 'documentation/package-manager' (#1125)
* redirect 'documentation/package-manager' to 'https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/' * making the just-in-case content a complete sentence * leverage the redirectTo: plugin
1 parent 6bcf8a2 commit b24d31a

File tree

3 files changed

+5
-303
lines changed

3 files changed

+5
-303
lines changed

documentation/package-manager/_basic-usage.md

Lines changed: 0 additions & 217 deletions
This file was deleted.

documentation/package-manager/_conceptual-overview.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

documentation/package-manager/index.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,10 @@
22
redirect_from: "/package-manager/"
33
layout: page
44
title: Package Manager
5+
redirect_to: https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/
56
---
7+
<meta http-equiv="refresh" content="0; url=https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/">
8+
<link rel="canonical" href="https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/" />
69

7-
The Swift Package Manager (SwiftPM) is a tool for managing the distribution of Swift code.
8-
It's integrated with the Swift build system
9-
to automate the process of downloading, compiling, and linking dependencies.
10-
11-
The Package Manager is included in Swift 3.0 and above.
12-
13-
{% include_relative _conceptual-overview.md %}
14-
15-
* * *
16-
17-
<div class="info" markdown="1">
18-
The following section assumes a working knowledge of Swift.
19-
If you're new to the language,
20-
you may want consult one of the introductory resources first.
21-
We recommend [A Swift Tour][TSPL] in
22-
_The Swift Programming Language_.
23-
24-
If you want to follow along with the code examples,
25-
you'll need to have a working installation of Swift.
26-
You can find instructions for how to install Swift in
27-
[Getting Started](/getting-started/#installing-swift).
28-
</div>
29-
30-
{% include_relative _basic-usage.md %}
31-
32-
[TSPL]: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/
10+
This page should redirect automatically to the updated location for
11+
the [Swift Package Manager (SwiftPM) documentation](https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/).

0 commit comments

Comments
 (0)