Skip to content

Commit

Permalink
Simple find + replace on /DrupalConsole to /drupal-console (hechoendr…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpurkiss authored and jmolivas committed Jan 26, 2017
1 parent 29ca351 commit 044f9d0
Show file tree
Hide file tree
Showing 89 changed files with 122 additions and 122 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ca/about/where-do-i-find-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ca/contributing/creating-issues-and-pull-requests.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions ca/contributing/getting-the-project.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]:[your-git-user-here]/DrupalConsole.git
$ git clone [email protected]:[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
```
2 changes: 1 addition & 1 deletion ca/contributing/keeping-your-fork-up-to-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion ca/contributing/running-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion ca/getting/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion ca/references/links.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion en/about/where-do-i-find-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions en/contributing/creating-issues-and-pull-requests.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions en/contributing/getting-the-project.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]:[your-github-user-here]/DrupalConsole.git
$ git clone [email protected]:[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
```
2 changes: 1 addition & 1 deletion en/contributing/keeping-your-fork-up-to-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion en/contributing/running-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion en/getting/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion en/references/links.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion es/about/where-do-i-find-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions es/contributing/creating-issues-and-pull-requests.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions es/contributing/getting-the-project.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]:[su-nombre-de-usuario-en-github]/DrupalConsole.git
$ git clone [email protected]:[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
```
2 changes: 1 addition & 1 deletion es/contributing/keeping-your-fork-up-to-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion es/contributing/running-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion es/getting/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion es/references/links.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hi/about/where-do-i-find-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hi/contributing/creating-issues-and-pull-requests.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions hi/contributing/getting-the-project.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]:[your-git-user-here]/DrupalConsole.git
$ git clone [email protected]:[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
```
2 changes: 1 addition & 1 deletion hi/contributing/keeping-your-fork-up-to-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion hi/contributing/running-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion hi/getting/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

रिपोजिटरी विज्ञप्ति पेज पर आप कंसोल के नवीनतम संस्करण को डाउनलोड कर सकते हैं:

https://github.com/hechoendrupal/DrupalConsole
https://github.com/hechoendrupal/drupal-console

सबसे मौजूदा रिलीज से आप console.phar फ़ाइल कि डाउनलोड सुनिश्चित करें|
2 changes: 1 addition & 1 deletion hi/references/links.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hu/about/where-do-i-find-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hu/contributing/creating-issues-and-pull-requests.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Loading

0 comments on commit 044f9d0

Please sign in to comment.