Skip to content

Commit

Permalink
Merge pull request #548 from Arhell/upd
Browse files Browse the repository at this point in the history
update docs folder link
  • Loading branch information
Bizley committed Apr 23, 2023
2 parents ae2ef98 + ffb56e8 commit 5b68606
Show file tree
Hide file tree
Showing 34 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion docs/guide-es/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Plantilla de Proyecto Avanzado de Yii 2
=======================================

La Plantilla de Proyecto Avanzado de [Yii 2](http://www.yiiframework.com/) es el mejor esqueleto para el desarrollo de aplicaciones web complejas con múltiples capas
La Plantilla de Proyecto Avanzado de [Yii 2](https://www.yiiframework.com/) es el mejor esqueleto para el desarrollo de aplicaciones web complejas con múltiples capas

La plantilla incluye tres capas: front end, back end, y consola, cada una de ellas, es una aplicación separada de Yii.

Expand Down
6 changes: 3 additions & 3 deletions docs/guide-es/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Después de instalar el proyecto plantilla es una buena idea ajustar el archivo
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"homepage": "https://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-es/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ El requerimiento mínimo para esta plantilla es que su servidor web soporte PHP

## Instalación usando Composer

Si no tienes [Composer](http://getcomposer.org/), sigue las instrucciones en la sección [Instalando Yii](https://github.com/yiisoft/yii2/blob/master/docs/guide-es/start-installation.md#installing-via-composer) de la guía definitiva para instalarlo.
Si no tienes [Composer](https://getcomposer.org/), sigue las instrucciones en la sección [Instalando Yii](https://github.com/yiisoft/yii2/blob/master/docs/guide-es/start-installation.md#installing-via-composer) de la guía definitiva para instalarlo.

Con Composer instalado, puedes entonces instalar la aplicación usando los siguientes comandos:

Expand All @@ -18,7 +18,7 @@ Puedes elegir un nombre de directorio diferente si tu quieres.

## Instalación desde un Archivo

Extrae el archivo descargado desde [yiiframework.com](http://www.yiiframework.com/download/) a directorio nombrado `advanced` que está directamente bajo el Web root.
Extrae el archivo descargado desde [yiiframework.com](https://www.yiiframework.com/download/) a directorio nombrado `advanced` que está directamente bajo el Web root.

A continuación sigue las siguientes instrucciones dadas en la siguiente sub-sección.

Expand Down
4 changes: 2 additions & 2 deletions docs/guide-es/start-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ borradas tambien.
Deberá correr las pruebas regularmente, o mejor configurar el servidor para Integración Continua.


Por favor referirse a [Yii2 Framework Case Study](http://codeception.com/for/yii) para aprender sobre como configurar Codeception para su aplicación.
Por favor referirse a [Yii2 Framework Case Study](https://codeception.com/for/yii) para aprender sobre como configurar Codeception para su aplicación.

### Common

Expand Down Expand Up @@ -95,7 +95,7 @@ Para ejecutar las pruebas de aceptación, haga lo siguiente:
vendor/bin/codecept build -- -c frontend
```

1. Descargar [Selenium Server](http://www.seleniumhq.org/download/) y lanzarlo:
1. Descargar [Selenium Server](https://www.seleniumhq.org/download/) y lanzarlo:

```
java -jar ~/selenium-server-standalone-x.xx.x.jar
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-es/structure-path-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Alias Predefinidos
- `@console` - directorio de consola.
- `@runtime` - directorio runtime donde se está ejecutando la aplicación actual.
- `@vendor` - directorio vendor Composer.
- `@bower` - directorio vendor que contiene los [paquetes de bower](http://bower.io/).
- `@bower` - directorio vendor que contiene los [paquetes de bower](https://bower.io/).
- `@npm` - directorio vendor que contiene los [paquetes de npm](https://www.npmjs.org/).
- `@web` - URL base de la actual aplicación web que se está ejecutando.
- `@webroot` - directorio raíz de la aplicación web que se está ejecutando actualmente.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-fr/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii 2 Modèle de projet avancé
===============================

Le modèle de projet avancé de Yii 2 est le squelette d'application [Yii 2](http://www.yiiframework.com/) le plus adapté au développement d'applications Web impliquant de multiples parties.
Le modèle de projet avancé de Yii 2 est le squelette d'application [Yii 2](https://www.yiiframework.com/) le plus adapté au développement d'applications Web impliquant de multiples parties.

Ce modèle inclut trois parties : l'interface utilisateur (frontend), l'interface d'administration (backend) et la console, qui constituent chacune une application Yii séparée.

Expand Down
6 changes: 3 additions & 3 deletions docs/guide-fr/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Après avoir installé le modèle de projet, il est conseillé d'ajuster le cont
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"homepage": "https://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/guide-fr/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ L'exigence minimum de ce modèle de projet est que votre serveur Web prenne en c

## Installation via Composer

Si vous n'avez pas [Composer](http://getcomposer.org/), suivez les instructions de la section
Si vous n'avez pas [Composer](https://getcomposer.org/), suivez les instructions de la section
[Installation de Yii](https://github.com/yiisoft/yii2/blob/master/docs/guide/start-installation.md#installing-via-composer) du guide complet de Yii pour l'installer.

Une fois composer installé, vous pouvez l'utiliser pour installer l'application en utilisant les commandes suivantes :
Expand All @@ -19,7 +19,7 @@ Vous avez le droit de choisir un autre nom de dossier si vous le désirez.

## Installation à partir d'un fichier archive

Extrayez l'archive que vous avez téléchargée depuis [yiiframework.com](http://www.yiiframework.com/download/) dans un dossier nommé `advanced` placé directement sous la racine Web.
Extrayez l'archive que vous avez téléchargée depuis [yiiframework.com](https://www.yiiframework.com/download/) dans un dossier nommé `advanced` placé directement sous la racine Web.

Ensuite suivez les instructions données dans la sous-section suivante.

Expand Down Expand Up @@ -279,7 +279,7 @@ C'est tout. Il ne vous reste plus qu'à attendre la fin de l'exécution ! Aprè
vagrant up
```

(Vous pouvez apprendre comment changer de dossier dans l'interpréteur de commande en lisant [ceci](http://www.wikihow.com/Change-Directories-in-Command-Prompt))
(Vous pouvez apprendre comment changer de dossier dans l'interpréteur de commande en lisant [ceci](https://www.wikihow.com/Change-Directories-in-Command-Prompt))

C'est tout. Il ne vous reste qu'à attendre la fin de l'exécution ! Après cela, vous pouvez accéder au projet localement par les URL :
* pour l'interface utilisateur : http://y2aa-frontend.test
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-fr/start-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ La sortie devrait ressembler à ceci :
Il est recommandé de maintenir les tests à jour. Si une classe, ou une fonctionnalité, est effacée, les tests correspondant doivent l'être également.
Vous devriez exécuter les tests régulièrement, ou mieux, configurer l'intégration continue au serveur pour eux.

Reportez-vous à [Étude de cas Yii2 Framework](http://codeception.com/for/yii) pour savoir comment configurer Codeception pour votre application.
Reportez-vous à [Étude de cas Yii2 Framework](https://codeception.com/for/yii) pour savoir comment configurer Codeception pour votre application.

### Common (communs)

Expand Down Expand Up @@ -79,7 +79,7 @@ Pour exécuter les tests d'acceptation suivez les étapes ci-dessous :
vendor/bin/codecept build -- -c frontend
```

1. Téléchargez [Selenium Server](http://www.seleniumhq.org/download/) et lancez-le :
1. Téléchargez [Selenium Server](https://www.seleniumhq.org/download/) et lancez-le :

```
java -jar ~/selenium-server-standalone-x.xx.x.jar
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-fr/structure-path-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Alias de chemin pré-définis
- `@console` - dossier console.
- `@runtime` - dossier *runtime* de l'application en exécution.
- `@vendor` - dossier Composer des vendeurs.
- `@bower` - dossier des vendeurs qui contient les [paquets bower](http://bower.io/).
- `@bower` - dossier des vendeurs qui contient les [paquets bower](https://bower.io/).
- `@npm` - dossier des vendeurs qui contient les [paquets npm](https://www.npmjs.org/).
- `@web` - URL de base de l'application en exécution.
- `@webroot` - dossier racine Web du l'application en cours d'exécution.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Yii 2 アドバンスト・プロジェクト・テンプレート
==============================================

Yii 2 アドバンスト・プロジェクト・テンプレートは、複数の層を持つ複雑なウェブ・アプリケーションを開発するのに適した
[Yii 2](http://www.yiiframework.com/) アプリケーションのスケルトンです。
[Yii 2](https://www.yiiframework.com/) アプリケーションのスケルトンです。

このテンプレートは三つの層、すなわち、フロントエンド、バックエンド、そして、コンソールから構成され、
それぞれが独立した Yii アプリケーションとなっています。
Expand Down
6 changes: 3 additions & 3 deletions docs/guide-ja/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Composer を構成する
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"homepage": "https://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2"
},
Expand Down
8 changes: 4 additions & 4 deletions docs/guide-ja/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Composer を使ってインストールする

[Composer](http://getcomposer.org/) を持っていない場合は、
[Composer](https://getcomposer.org/) を持っていない場合は、
決定版ガイドの [Yii をインストールする](https://github.com/yiisoft/yii2/blob/master/docs/guide-ja/start-installation.md#installing-via-composer)
のセクションの指示に従ってインストールしてください。

Expand All @@ -24,7 +24,7 @@ Bower と NPM の依存パッケージを Composer によって管理するた

## アーカイブ・ファイルからインストールする

[yiiframework.com](http://www.yiiframework.com/download/) からダウンロードしたアーカイブ・ファイルをウェブ・ルートの直下、
[yiiframework.com](https://www.yiiframework.com/download/) からダウンロードしたアーカイブ・ファイルをウェブ・ルートの直下、
`advanced` と名付けられたディレクトリに解凍します。

その後は、次の項に記載されている指示に従ってください。
Expand Down Expand Up @@ -277,7 +277,7 @@ Bower と NPM の依存パッケージを Composer によって管理するた
vagrant up
```

(コマンド・プロンプトでディレクトリを移動する方法については、[ここ](http://www.wikihow.com/Change-Directories-in-Command-Prompt) を読んでください)
(コマンド・プロンプトでディレクトリを移動する方法については、[ここ](https://www.wikihow.com/Change-Directories-in-Command-Prompt) を読んでください)

これで全部です。後はただ完了するのを待つだけです。完了後には、次の URL でローカルのプロジェクトにアクセスすることが出来ます。
* フロントエンド: http://y2aa-frontend.test
Expand Down Expand Up @@ -306,7 +306,7 @@ Bower と NPM の依存パッケージを Composer によって管理するた
> 'dsn' => 'pgsql:host=pgsql;dbname=yii2advanced',
Docker のセットアップに関する更なる詳細は [ガイド](http://www.yiiframework.com/doc-2.0/guide-index.html) を参照して下さい。
Docker のセットアップに関する更なる詳細は [ガイド](https://www.yiiframework.com/doc-2.0/guide-index.html) を参照して下さい。

アプリケーションを開始します。

Expand Down
4 changes: 2 additions & 2 deletions docs/guide-ja/start-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ vendor/bin/codecept run
あなたのテストを最新の状態に保つことが推奨されます。クラスまたは機能が削除されたときには、対応するテストも削除されるべきです。
テストは定期的に実行すべきです。あるいは、もっと良い方法として、継続インテグレーション・サーバをテストのためにセットアップしましょう。

Codeception をあなたのアプリケーションのために構成する方法を学ぶために [Yii2 Framework Case Study](http://codeception.com/for/yii) を参照して下さい。
Codeception をあなたのアプリケーションのために構成する方法を学ぶために [Yii2 Framework Case Study](https://codeception.com/for/yii) を参照して下さい。

### Common

Expand Down Expand Up @@ -92,7 +92,7 @@ vendor/bin/codecept run -- -c frontend
vendor/bin/codecept build -- -c frontend
```

1. [Selenium Server](http://www.seleniumhq.org/download/) をダウンロードして起動する
1. [Selenium Server](https://www.seleniumhq.org/download/) をダウンロードして起動する

```
java -jar ~/selenium-server-standalone-x.xx.x.jar
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/structure-path-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- `@console` - コンソール・アプリケーションのディレクトリ。
- `@runtime` - 現在走っているウェブ・アプリケーションのランタイム・ディレクトリ。
- `@vendor` - Composer の ベンダー・ディレクトリ。
- `@bower` - [bower パッケージ](http://bower.io/) を含むベンダー・ディレクトリ。
- `@bower` - [bower パッケージ](https://bower.io/) を含むベンダー・ディレクトリ。
- `@npm` - [npm パッケージ](https://www.npmjs.org/) を含むベンダー・ディレクトリ。
- `@web` - 現在走っているウェブ・アプリケーションのベース URL。
- `@webroot` - 現在走っているウェブ・アプリケーションのウェブ・ルート・ディレクトリ。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Zaawansowany Szablon Projektu Yii 2
===================================

Zaawansowany Szablon Projektu Yii 2 jest szkieletem aplikacji [Yii 2](http://www.yiiframework.com/), idealnym do
Zaawansowany Szablon Projektu Yii 2 jest szkieletem aplikacji [Yii 2](https://www.yiiframework.com/), idealnym do
stworzenia złożonych wielopoziomowych serwisów Web.

Szablon zawiera trzy warstwy: front-end (zwaną też stroną interfejsową, kliencką), back-end (zwaną również stroną
Expand Down
6 changes: 3 additions & 3 deletions docs/guide-pl/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ folderze:
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"homepage": "https://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/guide-pl/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Minimalne wymagania tego szablonu projektu dla serwera to obsługa PHP 5.6.0.

## Instalacja za pomocą Composera

Jeśli nie posiadasz zainstalowanego [Composera](http://getcomposer.org/), zapoznaj się najpierw z rozdziałem Przewodnika
Jeśli nie posiadasz zainstalowanego [Composera](https://getcomposer.org/), zapoznaj się najpierw z rozdziałem Przewodnika
[Instalacja Yii](https://github.com/yiisoft/yii2/blob/master/docs/guide-pl/start-installation.md#installing-via-composer).

Po zainstalowaniu Composera możesz zainstalować aplikację korzystając z poniższych komend:
Expand All @@ -19,7 +19,7 @@ dowolną inną nazwę.

## Instalacja z pliku archiwum

Wypakuj plik archiwum pobrany ze strony [yiiframework.com](http://www.yiiframework.com/download/) do folderu `advanced`,
Wypakuj plik archiwum pobrany ze strony [yiiframework.com](https://www.yiiframework.com/download/) do folderu `advanced`,
znajdującego się bezpośrednio w głównym folderze serwera Web.

Następnie przejdź do instrukcji w sekcji poniżej.
Expand Down Expand Up @@ -283,7 +283,7 @@ pomocą adresów URL:
vagrant up
```

(Przeczytaj [tutaj](http://www.wikihow.com/Change-Directories-in-Command-Prompt), w jaki sposób zmienić foldery w terminalu konsoli)
(Przeczytaj [tutaj](https://www.wikihow.com/Change-Directories-in-Command-Prompt), w jaki sposób zmienić foldery w terminalu konsoli)

To wszystko. Teraz tylko musisz poczekać na zakończenie procesu! Po wszystkim możesz przejść do lokalnego projektu za
pomocą adresów URL:
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-pl/start-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Zalecane jest ciągłe aktualizowanie swoich testów. W przypadku, gdy klasa lub
jej testy również powinny być skasowane.
Testy powinno się przeprowadzać regularnie, a najlepiej jest przygotować do tego celu serwer Ciągłej Integracji.

Przeczytaj artykuł [Yii 2 Framework Case Study](http://codeception.com/for/yii), aby zapoznać się z konfiguracją
Przeczytaj artykuł [Yii 2 Framework Case Study](https://codeception.com/for/yii), aby zapoznać się z konfiguracją
Codeception dla swojej aplikacji.

### Część Common
Expand Down Expand Up @@ -90,7 +90,7 @@ Aby przeprowadzić testy akceptacyjne, wykonaj następujące kroki:
vendor/bin/codecept build -- -c frontend
```

5. Pobierz [Serwer Selenium](http://www.seleniumhq.org/download/) i uruchom go:
5. Pobierz [Serwer Selenium](https://www.seleniumhq.org/download/) i uruchom go:

```
java -jar ~/selenium-server-standalone-x.xx.x.jar
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/structure-path-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Predefiniowane aliasy
- `@console` - folder konsoli.
- `@runtime` - folder runtime (roboczy) aktualnie uruchomionej aplikacji.
- `@vendor` - folder vendor (dostawców) Composera.
- `@bower` - folder vendor (dostawców) zawierający [pakiety bower](http://bower.io/).
- `@bower` - folder vendor (dostawców) zawierający [pakiety bower](https://bower.io/).
- `@npm` - folder vendor (dostawców) zawierający [pakiety npm](https://www.npmjs.org/).
- `@web` - bazowy adres URL aktualnie uruchomionej aplikacji.
- `@webroot` - główny folder web aktualnie uruchomionej aplikacji.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Template Avançado de Projetos Yii 2
===================================

O template Avançado de Projetos Yii 2 é uma estrutura de aplicação [Yii 2](http://www.yiiframework.com/) mais adequada
O template Avançado de Projetos Yii 2 é uma estrutura de aplicação [Yii 2](https://www.yiiframework.com/) mais adequada
para desenvolvimento de projetos Web complexos com múltiplas camadas.

O template inclui três camadas: frontend, backend, e console, sendo cada uma delas uma aplicação Yii diferente.
Expand Down
Loading

0 comments on commit 5b68606

Please sign in to comment.