Skip to content

Commit

Permalink
Can't use relative links.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Oct 31, 2017
1 parent b316194 commit a14c677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/site-alias-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://raw.githubusercontent.com/drush-ops/drush/master/examples/example.aliases.yml).
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ $ drush rsync @staging:%files/ @live:%files
$ drush sql-sync --structure-tables-key=custom @live @dev
```

See [example.aliases.yml](../examples/example.aliases.yml) for more information.
See [example.aliases.yml](https://raw.githubusercontent.com/drush-ops/drush/master/examples/example.aliases.yml) for more information.

0 comments on commit a14c677

Please sign in to comment.