diff --git a/README.md b/README.md index 20c807e0..8456e14f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/ca/README.md b/ca/README.md index 20c807e0..8456e14f 100644 --- a/ca/README.md +++ b/ca/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/ca/about/where-do-i-find-the-project.md b/ca/about/where-do-i-find-the-project.md index e154742c..68892ea2 100644 --- a/ca/about/where-do-i-find-the-project.md +++ b/ca/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation http://hechoendrupal.gitbooks.io/drupal-console diff --git a/ca/contributing/creating-issues-and-pull-requests.md b/ca/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/ca/contributing/creating-issues-and-pull-requests.md +++ b/ca/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/ca/contributing/getting-the-project.md b/ca/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/ca/contributing/getting-the-project.md +++ b/ca/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/ca/contributing/keeping-your-fork-up-to-date.md b/ca/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/ca/contributing/keeping-your-fork-up-to-date.md +++ b/ca/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/ca/contributing/running-the-project.md b/ca/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/ca/contributing/running-the-project.md +++ b/ca/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/ca/getting/download.md b/ca/getting/download.md index 7aff38c2..8404b2e4 100644 --- a/ca/getting/download.md +++ b/ca/getting/download.md @@ -2,6 +2,6 @@ You can download the latest version of Console from the repository releases page at: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Make sure you download the console.phar file from the most current release. diff --git a/ca/references/links.md b/ca/references/links.md index 32692470..d2b23a48 100644 --- a/ca/references/links.md +++ b/ca/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/en/README.md b/en/README.md index 20c807e0..8456e14f 100644 --- a/en/README.md +++ b/en/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/en/about/where-do-i-find-the-project.md b/en/about/where-do-i-find-the-project.md index e154742c..68892ea2 100644 --- a/en/about/where-do-i-find-the-project.md +++ b/en/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation http://hechoendrupal.gitbooks.io/drupal-console diff --git a/en/contributing/creating-issues-and-pull-requests.md b/en/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/en/contributing/creating-issues-and-pull-requests.md +++ b/en/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/en/contributing/getting-the-project.md b/en/contributing/getting-the-project.md index b65e6202..3424d348 100644 --- a/en/contributing/getting-the-project.md +++ b/en/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-github-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-github-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/en/contributing/keeping-your-fork-up-to-date.md b/en/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/en/contributing/keeping-your-fork-up-to-date.md +++ b/en/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/en/contributing/running-the-project.md b/en/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/en/contributing/running-the-project.md +++ b/en/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/en/getting/download.md b/en/getting/download.md index 7aff38c2..8404b2e4 100644 --- a/en/getting/download.md +++ b/en/getting/download.md @@ -2,6 +2,6 @@ You can download the latest version of Console from the repository releases page at: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Make sure you download the console.phar file from the most current release. diff --git a/en/references/links.md b/en/references/links.md index c279413c..cd346c84 100644 --- a/en/references/links.md +++ b/en/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/es/README.md b/es/README.md index a856855d..212a3330 100644 --- a/es/README.md +++ b/es/README.md @@ -6,7 +6,7 @@ Este libro documenta el proyecto [Drupal Console](http://drupalconsole.com/). ## Contribuir al proyecto -Usted puede contribuir para mejorar este proyecto en [Github](https://github.com/hechoendrupal/DrupalConsole) +Usted puede contribuir para mejorar este proyecto en [Github](https://github.com/hechoendrupal/drupal-console) ## Contribuir a esta documetación diff --git a/es/about/where-do-i-find-the-project.md b/es/about/where-do-i-find-the-project.md index 57f57015..40b07650 100644 --- a/es/about/where-do-i-find-the-project.md +++ b/es/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Repositorio del código en Github -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentación http://hechoendrupal.gitbooks.io/drupal-console diff --git a/es/contributing/creating-issues-and-pull-requests.md b/es/contributing/creating-issues-and-pull-requests.md index 0a6043f1..75dbb3d4 100644 --- a/es/contributing/creating-issues-and-pull-requests.md +++ b/es/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creando un "Issue" Si usted encuentra un problema o tal vez le gustaría proponer una nueva funcionalidad para el proyecto, es necesario acceder al siguiente enlace: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Por favor revise las directrices para contribuir a la Drupal Console en: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creando un "Pull Request" ¡Recuerde que debe crear una rama antes de comenzar el desarrollo! El nombre de la rama debe contener el identificador del "issue" y un "slug" para describir en qué se está trabajando, por ejemplo: '1337-ipsum-ipsum` diff --git a/es/contributing/getting-the-project.md b/es/contributing/getting-the-project.md index 725abfa0..6f270b8d 100644 --- a/es/contributing/getting-the-project.md +++ b/es/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # ¿Cómo descargar el proyecto? ## Fork -Cree un fork del repositorio del proyecto [Drupal Console](https://github.com/hechoendrupal/DrupalConsole/fork) en su cuenta. +Cree un fork del repositorio del proyecto [Drupal Console](https://github.com/hechoendrupal/drupal-console/fork) en su cuenta. ## Clonar Obtenga una copia en su máquina de la versión del repositorio que acaba de clonar. ``` -$ git clone git@github.com:[su-nombre-de-usuario-en-github]/DrupalConsole.git +$ git clone git@github.com:[su-nombre-de-usuario-en-github]/drupal-console.git ``` ## Instalar dependencias Ahora que ha clonado el proyecto, necesita descargar las dependencias via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/es/contributing/keeping-your-fork-up-to-date.md b/es/contributing/keeping-your-fork-up-to-date.md index 47296adf..30316624 100644 --- a/es/contributing/keeping-your-fork-up-to-date.md +++ b/es/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ Para sincronizar los cambios que haya hecho en un fork local con el repositorio ## Configurar un fork remoto: Especifique y configure un nuevo repositorio remoto upstream que apunte al repositorio upstream en Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` Para información más detallada, por favor visite la guía de Github [Configurar un fork remoto](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/es/contributing/running-the-project.md b/es/contributing/running-the-project.md index ae121292..3b9e059d 100644 --- a/es/contributing/running-the-project.md +++ b/es/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal Puede ejecutar el siguiente comando para acceder fácilmente a Drupal Console desde cualquier directorio en su máquina: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTA:** El nombre `drupal` es sólo un alias. Puede utilizar el nombre que prefiera. diff --git a/es/getting/download.md b/es/getting/download.md index f0703736..1317f1ae 100644 --- a/es/getting/download.md +++ b/es/getting/download.md @@ -2,6 +2,6 @@ Descarga la última versión de Drupal Console desde el repositorio: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Asegúrate de descargar la versión más actual del archivo console.phar. diff --git a/es/references/links.md b/es/references/links.md index 9f2aefbd..b3493982 100644 --- a/es/references/links.md +++ b/es/references/links.md @@ -1,7 +1,7 @@ # Referencias ## Repositorio de código de Drupal Console -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Repositorio de documentación https://github.com/hechoendrupal/drupal-console-book diff --git a/hi/README.md b/hi/README.md index 20c807e0..8456e14f 100644 --- a/hi/README.md +++ b/hi/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/hi/about/where-do-i-find-the-project.md b/hi/about/where-do-i-find-the-project.md index 118844d5..6561b88c 100644 --- a/hi/about/where-do-i-find-the-project.md +++ b/hi/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github रिपोजिटरी -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## प्रलेखीकरण http://hechoendrupal.gitbooks.io/drupal-console diff --git a/hi/contributing/creating-issues-and-pull-requests.md b/hi/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/hi/contributing/creating-issues-and-pull-requests.md +++ b/hi/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/hi/contributing/getting-the-project.md b/hi/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/hi/contributing/getting-the-project.md +++ b/hi/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/hi/contributing/keeping-your-fork-up-to-date.md b/hi/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/hi/contributing/keeping-your-fork-up-to-date.md +++ b/hi/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/hi/contributing/running-the-project.md b/hi/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/hi/contributing/running-the-project.md +++ b/hi/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/hi/getting/download.md b/hi/getting/download.md index 2c1c7c29..aaf22d87 100644 --- a/hi/getting/download.md +++ b/hi/getting/download.md @@ -2,6 +2,6 @@ रिपोजिटरी विज्ञप्ति पेज पर आप कंसोल के नवीनतम संस्करण को डाउनलोड कर सकते हैं: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console सबसे मौजूदा रिलीज से आप console.phar फ़ाइल कि डाउनलोड सुनिश्चित करें| \ No newline at end of file diff --git a/hi/references/links.md b/hi/references/links.md index c279413c..cd346c84 100644 --- a/hi/references/links.md +++ b/hi/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/hu/README.md b/hu/README.md index 20c807e0..8456e14f 100644 --- a/hu/README.md +++ b/hu/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/hu/about/where-do-i-find-the-project.md b/hu/about/where-do-i-find-the-project.md index e154742c..68892ea2 100644 --- a/hu/about/where-do-i-find-the-project.md +++ b/hu/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation http://hechoendrupal.gitbooks.io/drupal-console diff --git a/hu/contributing/creating-issues-and-pull-requests.md b/hu/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/hu/contributing/creating-issues-and-pull-requests.md +++ b/hu/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/hu/contributing/getting-the-project.md b/hu/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/hu/contributing/getting-the-project.md +++ b/hu/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/hu/contributing/keeping-your-fork-up-to-date.md b/hu/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/hu/contributing/keeping-your-fork-up-to-date.md +++ b/hu/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/hu/contributing/running-the-project.md b/hu/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/hu/contributing/running-the-project.md +++ b/hu/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/hu/getting/download.md b/hu/getting/download.md index 7aff38c2..8404b2e4 100644 --- a/hu/getting/download.md +++ b/hu/getting/download.md @@ -2,6 +2,6 @@ You can download the latest version of Console from the repository releases page at: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Make sure you download the console.phar file from the most current release. diff --git a/hu/references/links.md b/hu/references/links.md index 32692470..d2b23a48 100644 --- a/hu/references/links.md +++ b/hu/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/ja/README.md b/ja/README.md index eaa40fde..894eb651 100644 --- a/ja/README.md +++ b/ja/README.md @@ -6,7 +6,7 @@ ## プロジェクトに貢献するには -[Github](https://github.com/hechoendrupal/DrupalConsole) を通してプロジェクトに貢献することができます。 +[Github](https://github.com/hechoendrupal/drupal-console) を通してプロジェクトに貢献することができます。 ## このドキュメントに貢献するには diff --git a/ja/about/where-do-i-find-the-project.md b/ja/about/where-do-i-find-the-project.md index 5e199c43..de12e3e4 100644 --- a/ja/about/where-do-i-find-the-project.md +++ b/ja/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github レポジトリ -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## ドキュメント http://hechoendrupal.gitbooks.io/drupal-console diff --git a/ja/contributing/creating-issues-and-pull-requests.md b/ja/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/ja/contributing/creating-issues-and-pull-requests.md +++ b/ja/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/ja/contributing/getting-the-project.md b/ja/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/ja/contributing/getting-the-project.md +++ b/ja/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/ja/contributing/keeping-your-fork-up-to-date.md b/ja/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/ja/contributing/keeping-your-fork-up-to-date.md +++ b/ja/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/ja/contributing/running-the-project.md b/ja/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/ja/contributing/running-the-project.md +++ b/ja/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/ja/getting/download.md b/ja/getting/download.md index d095f003..e5f84308 100644 --- a/ja/getting/download.md +++ b/ja/getting/download.md @@ -2,6 +2,6 @@ レポジトリのリリースページから最新バージョンのDrupal Consoleがダウンロードできます。 -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console 最新リリースのページからconsole.pharをダウンロードしていることを確認してください。 diff --git a/ja/references/links.md b/ja/references/links.md index b5111c0a..34857d2c 100644 --- a/ja/references/links.md +++ b/ja/references/links.md @@ -1,7 +1,7 @@ # リファレンス ## Drupal Console のレポジトリ -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## ドキュメントのレポジトリ https://github.com/hechoendrupal/drupal-console-book diff --git a/pt_br/README.md b/pt_br/README.md index 20c807e0..8456e14f 100644 --- a/pt_br/README.md +++ b/pt_br/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/pt_br/about/where-do-i-find-the-project.md b/pt_br/about/where-do-i-find-the-project.md index e154742c..68892ea2 100644 --- a/pt_br/about/where-do-i-find-the-project.md +++ b/pt_br/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation http://hechoendrupal.gitbooks.io/drupal-console diff --git a/pt_br/contributing/creating-issues-and-pull-requests.md b/pt_br/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/pt_br/contributing/creating-issues-and-pull-requests.md +++ b/pt_br/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/pt_br/contributing/getting-the-project.md b/pt_br/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/pt_br/contributing/getting-the-project.md +++ b/pt_br/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/pt_br/contributing/keeping-your-fork-up-to-date.md b/pt_br/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/pt_br/contributing/keeping-your-fork-up-to-date.md +++ b/pt_br/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/pt_br/contributing/running-the-project.md b/pt_br/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/pt_br/contributing/running-the-project.md +++ b/pt_br/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/pt_br/getting/download.md b/pt_br/getting/download.md index 7aff38c2..8404b2e4 100644 --- a/pt_br/getting/download.md +++ b/pt_br/getting/download.md @@ -2,6 +2,6 @@ You can download the latest version of Console from the repository releases page at: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Make sure you download the console.phar file from the most current release. diff --git a/pt_br/references/links.md b/pt_br/references/links.md index c279413c..cd346c84 100644 --- a/pt_br/references/links.md +++ b/pt_br/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/ro/README.md b/ro/README.md index 20c807e0..8456e14f 100644 --- a/ro/README.md +++ b/ro/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/ro/about/where-do-i-find-the-project.md b/ro/about/where-do-i-find-the-project.md index e154742c..68892ea2 100644 --- a/ro/about/where-do-i-find-the-project.md +++ b/ro/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation http://hechoendrupal.gitbooks.io/drupal-console diff --git a/ro/contributing/creating-issues-and-pull-requests.md b/ro/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/ro/contributing/creating-issues-and-pull-requests.md +++ b/ro/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/ro/contributing/getting-the-project.md b/ro/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/ro/contributing/getting-the-project.md +++ b/ro/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/ro/contributing/keeping-your-fork-up-to-date.md b/ro/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/ro/contributing/keeping-your-fork-up-to-date.md +++ b/ro/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/ro/contributing/running-the-project.md b/ro/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/ro/contributing/running-the-project.md +++ b/ro/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/ro/getting/download.md b/ro/getting/download.md index 7aff38c2..8404b2e4 100644 --- a/ro/getting/download.md +++ b/ro/getting/download.md @@ -2,6 +2,6 @@ You can download the latest version of Console from the repository releases page at: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Make sure you download the console.phar file from the most current release. diff --git a/ro/references/links.md b/ro/references/links.md index 32692470..d2b23a48 100644 --- a/ro/references/links.md +++ b/ro/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/ru/README.md b/ru/README.md index 1dec29af..0fa25e66 100644 --- a/ru/README.md +++ b/ru/README.md @@ -6,7 +6,7 @@ ## Помочь проекту -Вы можете внести свой вклад в улучшение этого проекта на [Github](https://github.com/hechoendrupal/DrupalConsole) +Вы можете внести свой вклад в улучшение этого проекта на [Github](https://github.com/hechoendrupal/drupal-console) ## Помочь улучшить документацию diff --git a/ru/about/where-do-i-find-the-project.md b/ru/about/where-do-i-find-the-project.md index ec52d9ad..c44f8e38 100644 --- a/ru/about/where-do-i-find-the-project.md +++ b/ru/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github репозиторий -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Документация http://hechoendrupal.gitbooks.io/drupal-console diff --git a/ru/contributing/creating-issues-and-pull-requests.md b/ru/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/ru/contributing/creating-issues-and-pull-requests.md +++ b/ru/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/ru/contributing/getting-the-project.md b/ru/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/ru/contributing/getting-the-project.md +++ b/ru/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/ru/contributing/keeping-your-fork-up-to-date.md b/ru/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/ru/contributing/keeping-your-fork-up-to-date.md +++ b/ru/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/ru/contributing/running-the-project.md b/ru/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/ru/contributing/running-the-project.md +++ b/ru/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/ru/getting/download.md b/ru/getting/download.md index 8f856c3f..efea68b0 100644 --- a/ru/getting/download.md +++ b/ru/getting/download.md @@ -2,6 +2,6 @@ Скачать самую свежую версию Drupal Console можно со страницы: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Убедитесь, что вы скачиваете последнюю версию файла console.phar diff --git a/ru/references/links.md b/ru/references/links.md index 32692470..d2b23a48 100644 --- a/ru/references/links.md +++ b/ru/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/vn/README.md b/vn/README.md index 20c807e0..8456e14f 100644 --- a/vn/README.md +++ b/vn/README.md @@ -6,7 +6,7 @@ This book documents the [Drupal Console](http://drupalconsole.com/) project. ## Contribute to the project -You can contribute to improve this project on [Github](https://github.com/hechoendrupal/DrupalConsole) +You can contribute to improve this project on [Github](https://github.com/hechoendrupal/drupal-console) ## Contribute to this documentation diff --git a/vn/about/where-do-i-find-the-project.md b/vn/about/where-do-i-find-the-project.md index e154742c..68892ea2 100644 --- a/vn/about/where-do-i-find-the-project.md +++ b/vn/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ http://drupalconsole.com ## Github repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation http://hechoendrupal.gitbooks.io/drupal-console diff --git a/vn/contributing/creating-issues-and-pull-requests.md b/vn/contributing/creating-issues-and-pull-requests.md index 6dca0a08..139daa80 100644 --- a/vn/contributing/creating-issues-and-pull-requests.md +++ b/vn/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # Creating an Issue If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link: -https://github.com/hechoendrupal/DrupalConsole/issues/new +https://github.com/hechoendrupal/drupal-console/issues/new Please review the guidelines for contributing to Drupal Console at: -https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md +https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md ## Creating a Pull Request Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: `1337-lorem-ipsum` diff --git a/vn/contributing/getting-the-project.md b/vn/contributing/getting-the-project.md index c68a14ae..a3692d41 100644 --- a/vn/contributing/getting-the-project.md +++ b/vn/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # Getting the project ## Fork -Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account +Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account ## Clone Get a copy of your recently cloned version of console in your machine. ``` -$ git clone git@github.com:[your-git-user-here]/DrupalConsole.git +$ git clone git@github.com:[your-git-user-here]/drupal-console.git ``` ## Install dependencies Now that you have cloned the project, you need to download dependencies via Composer. ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/vn/contributing/keeping-your-fork-up-to-date.md b/vn/contributing/keeping-your-fork-up-to-date.md index 34256902..7f32d80b 100644 --- a/vn/contributing/keeping-your-fork-up-to-date.md +++ b/vn/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ To sync changes you make in a fork with the original repository, you should: ## Configuring a remote fork: Specify and configure a new remote upstream repository that points to the upstream repository in Git. ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` For detailed information please visit Github's guide [Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/vn/contributing/running-the-project.md b/vn/contributing/running-the-project.md index e6c4adcc..ff4e73e1 100644 --- a/vn/contributing/running-the-project.md +++ b/vn/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal You can run this command to easily access the Drupal Console from anywhere on your system: ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **NOTE:** The name `drupal` is just an alias you can name it anything you like. diff --git a/vn/getting/download.md b/vn/getting/download.md index 7aff38c2..8404b2e4 100644 --- a/vn/getting/download.md +++ b/vn/getting/download.md @@ -2,6 +2,6 @@ You can download the latest version of Console from the repository releases page at: -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console Make sure you download the console.phar file from the most current release. diff --git a/vn/references/links.md b/vn/references/links.md index c279413c..cd346c84 100644 --- a/vn/references/links.md +++ b/vn/references/links.md @@ -1,7 +1,7 @@ # References ## Drupal Console code repository -https://github.com/hechoendrupal/DrupalConsole +https://github.com/hechoendrupal/drupal-console ## Documentation repository https://github.com/hechoendrupal/drupal-console-book diff --git a/zh_hans/README.md b/zh_hans/README.md index 08405108..08d8a8f9 100644 --- a/zh_hans/README.md +++ b/zh_hans/README.md @@ -6,7 +6,7 @@ ## 参与贡献 -- 你可以在[这里](https://github.com/hechoendrupal/DrupalConsole)参与项目的贡献 +- 你可以在[这里](https://github.com/hechoendrupal/drupal-console)参与项目的贡献 - 你可以在[这里](https://github.com/hechoendrupal/drupal-console-book)参与本文档的贡献 ## 提供支持 diff --git a/zh_hans/about/where-do-i-find-the-project.md b/zh_hans/about/where-do-i-find-the-project.md index d1425525..3cc447a2 100644 --- a/zh_hans/about/where-do-i-find-the-project.md +++ b/zh_hans/about/where-do-i-find-the-project.md @@ -4,7 +4,7 @@ [http://drupalconsole.com](http://drupalconsole.com) ## Github -[https://github.com/hechoendrupal/DrupalConsole](https://github.com/hechoendrupal/DrupalConsole) +[https://github.com/hechoendrupal/drupal-console](https://github.com/hechoendrupal/drupal-console) ## 文档 [http://hechoendrupal.gitbooks.io/drupal-console](http://hechoendrupal.gitbooks.io/drupal-console) diff --git a/zh_hans/contributing/creating-issues-and-pull-requests.md b/zh_hans/contributing/creating-issues-and-pull-requests.md index beefaba1..371552ce 100644 --- a/zh_hans/contributing/creating-issues-and-pull-requests.md +++ b/zh_hans/contributing/creating-issues-and-pull-requests.md @@ -1,11 +1,11 @@ # 创建一个 Issue 如果你发现了一个问题,或者你想提议一个新功能,请访问下面这个链接,创建一个 Issue: -[https://github.com/hechoendrupal/DrupalConsole/issues/new](https://github.com/hechoendrupal/DrupalConsole/issues/new) +[https://github.com/hechoendrupal/drupal-console/issues/new](https://github.com/hechoendrupal/drupal-console/issues/new) 同时请查看 Drupal Console 项目的贡献指南: -[https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md](https://github.com/hechoendrupal/DrupalConsole/blob/master/CONTRIBUTING.md) +[https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md](https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md) ## 创建一个 Pull 请求 请记住在开发之前创建一个新分支!分支名称需要包含 Issue ID 以及一个 slug,说明你正在做的工作,例如: `1337-lorem-ipsum` diff --git a/zh_hans/contributing/getting-the-project.md b/zh_hans/contributing/getting-the-project.md index 3f6cbaa9..e328d043 100644 --- a/zh_hans/contributing/getting-the-project.md +++ b/zh_hans/contributing/getting-the-project.md @@ -1,18 +1,18 @@ # 获取项目 ## Fork -Fork [Drupal Console](https://github.com/hechoendrupal/DrupalConsole/fork) 到你自己的账号 +Fork [Drupal Console](https://github.com/hechoendrupal/drupal-console/fork) 到你自己的账号 ## 克隆 克隆 Fork 后的版本到本地 ``` -$ git clone git@github.com:[你的github用户账号]/DrupalConsole.git +$ git clone git@github.com:[你的github用户账号]/drupal-console.git ``` ## 安装依赖 克隆完项目,你需要使用 Composer 下载依赖 ``` -$ cd /path/to/DrupalConsole +$ cd /path/to/drupal-console $ composer install ``` diff --git a/zh_hans/contributing/keeping-your-fork-up-to-date.md b/zh_hans/contributing/keeping-your-fork-up-to-date.md index fe220758..04ce3927 100644 --- a/zh_hans/contributing/keeping-your-fork-up-to-date.md +++ b/zh_hans/contributing/keeping-your-fork-up-to-date.md @@ -7,7 +7,7 @@ ## 配置 remote fork: 指定并配置一个新的 remote upstream repository 指向 upstream repository ``` -git remote add upstream https://github.com/hechoendrupal/DrupalConsole.git +git remote add upstream https://github.com/hechoendrupal/drupal-console.git ``` 更多细节,请访问 Github 提供的文档[Configuring a remote fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/) diff --git a/zh_hans/contributing/running-the-project.md b/zh_hans/contributing/running-the-project.md index a052645e..8b7c4fba 100644 --- a/zh_hans/contributing/running-the-project.md +++ b/zh_hans/contributing/running-the-project.md @@ -10,7 +10,7 @@ $ bin/drupal symbolic 链接创建后,可以从系统的其他地方访问 Drupal Console ``` -$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal +$ sudo ln -s /path/to/drupal-console/bin/drupal /usr/local/bin/drupal ``` **注意:** `drupal` 仅仅是个别名,你可以改为其他任何你喜欢的名字 diff --git a/zh_hans/getting/download.md b/zh_hans/getting/download.md index 1c8bd7b3..fd1679b6 100644 --- a/zh_hans/getting/download.md +++ b/zh_hans/getting/download.md @@ -2,6 +2,6 @@ 你可以从 github 上的 releases 页面下载 Drupal Console 的最新版本: -[https://github.com/hechoendrupal/DrupalConsole](https://github.com/hechoendrupal/DrupalConsole) +[https://github.com/hechoendrupal/drupal-console](https://github.com/hechoendrupal/drupal-console) 请确认你下载了最新发布的 console.phar 文件 diff --git a/zh_hans/references/links.md b/zh_hans/references/links.md index a50d55ba..64fae7e5 100644 --- a/zh_hans/references/links.md +++ b/zh_hans/references/links.md @@ -1,7 +1,7 @@ # 参考资料 ## Drupal Console 代码 repository -[https://github.com/hechoendrupal/DrupalConsole]() +[https://github.com/hechoendrupal/drupal-console]() ## 文档 repository [https://github.com/hechoendrupal/drupal-console-book](https://github.com/hechoendrupal/drupal-console-book)