From f5d8bf7ce5768813878157020c20f3951149a4ce Mon Sep 17 00:00:00 2001 From: juampy Date: Wed, 19 Sep 2012 23:56:14 +0200 Subject: [PATCH] Issue #1789594 by juampy: Fixed Wrong external link to Git Aliases in the documentation. --- docs/shellaliases.html | 4 ++-- examples/example.drushrc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/shellaliases.html b/docs/shellaliases.html index 6ecef64..9f36e2e 100644 --- a/docs/shellaliases.html +++ b/docs/shellaliases.html @@ -4,7 +4,7 @@ A Drush shell alias is a shortcut to any Drush command or any shell command. Drush shell aliases are very similar to git aliases.

- See: https://git.wiki.kernel.org/articles/a/l/i/Aliases.html#Advanced + See: https://git.wiki.kernel.org/index.php/Aliases#Advanced

A shell alias is defined in a Drush configuration file called drushrc.php. See `drush topic docs-configuration`. @@ -26,7 +26,7 @@ to `drush pm-list --no-core`. Shell aliases are even more powerful when combined with shell alias replacements and site aliases. Shell alias replacements take the -form of {{sitealias-item}} or {{%pathalias-item}}, and also the +form of {{sitealias-item}} or {{%pathalias-item}}, and also the special {{@target}}, which is replaced with the name of the site alias used, or '@none' if none was used.

diff --git a/examples/example.drushrc.php b/examples/example.drushrc.php index a2ec33b..3d00260 100644 --- a/examples/example.drushrc.php +++ b/examples/example.drushrc.php @@ -76,7 +76,7 @@ * More information on shell aliases can be found via: * `drush topic docs-shell-aliases` on the command line. * - * @see https://git.wiki.kernel.org/articles/a/l/i/Aliases.html#Advanced. + * @see https://git.wiki.kernel.org/index.php/Aliases#Advanced */ # $options['shell-aliases']['pull'] = '!git pull'; // We've all done it. # $options['shell-aliases']['pulldb'] = '!git pull && drush updatedb'; -- 1.7.9.5