Skip to content

Commit

Permalink
Fix Swiftly links (#984)
Browse files Browse the repository at this point in the history
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
  • Loading branch information
0xTim committed Jun 12, 2024
1 parent ae3add1 commit 6ef6773
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/deploy/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Now that you've created a new Ubuntu server and logged in as a non-root user you

### Automated installation using Swiftly CLI tool (recommended)

Visit the [Swiftly website](https://swift-server.github.io/swiftly/) for instructions on how to install Swiftly and Swift on Linux. After that, install Swift with the following command:
Visit the [Swiftly website](https://swiftlang.github.io/swiftly/) for instructions on how to install Swiftly and Swift on Linux. After that, install Swift with the following command:

#### Basic usage

Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/digital-ocean.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ssh vapor@your_server_ip

### 使用 Swiftly CLI 工具自动安装(推荐)

访问 [Swiftly 网站](https://swift-server.github.io/swiftly/)获取在 Linux 上安装 Swiftly 和 Swift 的说明。之后,安装 Swift 使用如下命令:
访问 [Swiftly 网站](https://swiftlang.github.io/swiftly/)获取在 Linux 上安装 Swiftly 和 Swift 的说明。之后,安装 Swift 使用如下命令:

#### 基本用法

Expand Down
4 changes: 2 additions & 2 deletions docs/install/linux.it.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installazione su Linux

Per usare Vapor, avrai bisogno di Swift 5.7 o superiore. Puoi installarlo usando lo strumento con interfaccia a riga di comanddo [Swiftly](https://swift-server.github.io/swiftly/) fornito dal Swift Server Workgroup (raccomandato), oppure usando le toolchain disponibili su [Swift.org](https://swift.org/download/)
Per usare Vapor, avrai bisogno di Swift 5.7 o superiore. Puoi installarlo usando lo strumento con interfaccia a riga di comanddo [Swiftly](https://swiftlang.github.io/swiftly/) fornito dal Swift Server Workgroup (raccomandato), oppure usando le toolchain disponibili su [Swift.org](https://swift.org/download/)

## Distribuzioni e Versioni supportate

Expand All @@ -12,7 +12,7 @@ Le distribuzioni Linux non ufficialmente supportate possono comunque eseguire Sw

### Installazione automatizzata usando lo strumento CLI Swiftly (raccomandato)

Visita il [sito di Swiflty](https://swift-server.github.io/swiftly/) per istruzioni su come installare Swiftly e Swift su Linux. Dopo di che, installa Swift con il seguente comando:
Visita il [sito di Swiflty](https://swiftlang.github.io/swiftly/) per istruzioni su come installare Swiftly e Swift su Linux. Dopo di che, installa Swift con il seguente comando:

#### Utilizzo di base

Expand Down
4 changes: 2 additions & 2 deletions docs/install/linux.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Linux にインストール

Vapor を使うには、Swift 5.7 以上が必要です。これは Swift Server Workgroup が提供する CLI ツール [Swiftly](https://swift-server.github.io/swiftly/) を使ってインストールできます(推奨)。または、[Swift.org](https://swift.org/download/) で利用可能なツールチェーンを使用してインストールできます。
Vapor を使うには、Swift 5.7 以上が必要です。これは Swift Server Workgroup が提供する CLI ツール [Swiftly](https://swiftlang.github.io/swiftly/) を使ってインストールできます(推奨)。または、[Swift.org](https://swift.org/download/) で利用可能なツールチェーンを使用してインストールできます。

## サポートされているディストリビューションとバージョン
Vapor は、Swift 5.7 またはそれ以上の新しいバージョンがサポートする Linux ディストリビューションと同じバージョンをサポートしています。公式にサポートされているオペレーティングシステムの最新情報については、[公式サポートページ](https://www.swift.org/platform-support/)を参照してください。
Expand All @@ -12,7 +12,7 @@ Vapor は、Swift 5.7 またはそれ以上の新しいバージョンがサポ

### Swiftly CLI ツールを使用した自動インストール (推奨)

Linux で Swiftly と Swift をインストールする手順については、[Swifty のウェブサイト](https://swift-server.github.io/swiftly/)をご覧ください。その手順に従った後、次のコマンドで Swift をインストールします。
Linux で Swiftly と Swift をインストールする手順については、[Swifty のウェブサイト](https://swiftlang.github.io/swiftly/)をご覧ください。その手順に従った後、次のコマンドで Swift をインストールします。

#### 基本的な使い方

Expand Down
4 changes: 2 additions & 2 deletions docs/install/linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install on Linux

To use Vapor, you will need Swift 5.7 or greater. This can be installed using the CLI tool [Swiftly](https://swift-server.github.io/swiftly/) provided by the Swift Server Workgroup (recommended), or the toolchains available on [Swift.org](https://swift.org/download/).
To use Vapor, you will need Swift 5.7 or greater. This can be installed using the CLI tool [Swiftly](https://swiftlang.github.io/swiftly/) provided by the Swift Server Workgroup (recommended), or the toolchains available on [Swift.org](https://swift.org/download/).

## Supported Distributions and Versions

Expand All @@ -12,7 +12,7 @@ Linux distributions not officially supported may also run Swift by compiling the

### Automated installation using Swiftly CLI tool (recommended)

Visit the [Swiflty website](https://swift-server.github.io/swiftly/) for instructions on how to install Swiftly and Swift on Linux. After that, install Swift with the following command:
Visit the [Swiflty website](https://swiftlang.github.io/swiftly/) for instructions on how to install Swiftly and Swift on Linux. After that, install Swift with the following command:

#### Basic usage

Expand Down
4 changes: 2 additions & 2 deletions docs/install/linux.zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# 在 Linux 上面安装

你需要 Swift 5.7 或更高版本来使用 Vapor。你可以使用 Swift Server Workgroup 提供的 CLI 工具 [Swiftly](https://swift-server.github.io/swiftly/) 来安装(推荐),也可以通过 [Swift.org](https://swift.org/download/) 上面的工具链来安装。
你需要 Swift 5.7 或更高版本来使用 Vapor。你可以使用 Swift Server Workgroup 提供的 CLI 工具 [Swiftly](https://swiftlang.github.io/swiftly/) 来安装(推荐),也可以通过 [Swift.org](https://swift.org/download/) 上面的工具链来安装。

## 支持的发行版和版本

Expand All @@ -13,7 +13,7 @@ Vapor 支持的发行版的版本与 Swift 5.7 或更新版本支持的 Linux

### 使用 Swiftly CLI 工具自动安装(推荐)

访问 [Swifty 网站](https://swift-server.github.io/swiftly/)获取在Linux上安装 Swiftly 和 Swift 的说明。之后,使用以下命令安装 Swift:
访问 [Swifty 网站](https://swiftlang.github.io/swiftly/)获取在Linux上安装 Swiftly 和 Swift 的说明。之后,使用以下命令安装 Swift:

#### 基本使用

Expand Down

0 comments on commit 6ef6773

Please sign in to comment.