From ebd47cebca82f8b44ec7f87794e15dffe61ec42c Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Tue, 31 Oct 2017 12:48:25 -0400 Subject: [PATCH] Fix doc links. --- docs/site-alias-manager.md | 2 +- docs/usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site-alias-manager.md b/docs/site-alias-manager.md index 7ac5d8c412..8ab8e6e6a8 100644 --- a/docs/site-alias-manager.md +++ b/docs/site-alias-manager.md @@ -7,4 +7,4 @@ The [Site Alias Manager (SAM)](https://github.com/drush-ops/drush/blob/master/sr - A commandfile gets access to the SAM by implementing the SiteAliasManagerAwareInterface and *use*ing the SiteAliasManagerAwareTrait trait. Then you gain access via `$this->siteAliasManager()`. - If an alias was used for the current request, it is available via $this->siteAliasManager()->getself(). - The SAM generally deals in [AliasRecord](https://github.com/drush-ops/drush/blob/master/src/SiteAlias/AliasRecord.php) objects. That is how any given site alias is represented. See its methods for determining things like whether the alias points to a local host or remote host. -- [An example site alias file](/examples/example.aliases.yml). +- [An example site alias file](../examples/example.aliases.yml). diff --git a/docs/usage.md b/docs/usage.md index 8494ca982a..eeb5ee4594 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -46,5 +46,5 @@ $ drush rsync @staging:%files/ @live:%files $ drush sql-sync --structure-tables-key=custom @live @dev ``` -See [example.aliases.yml](https://raw.githubusercontent.com/drush-ops/drush/master/examples/example.aliases.yml) for more information. +See [example.aliases.yml](../examples/example.aliases.yml) for more information.