diff options
| author | Austin Hellyer <[email protected]> | 2016-11-05 17:35:14 -0700 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-05 17:35:14 -0700 |
| commit | 27c34534e441503926da372c98cdf79236256c36 (patch) | |
| tree | f748905c2b903f971bb549987965a13303afdf7c /src/client/dispatch.rs | |
| parent | Fix doc links to enum variants (diff) | |
| download | serenity-27c34534e441503926da372c98cdf79236256c36.tar.xz serenity-27c34534e441503926da372c98cdf79236256c36.zip | |
Convert all doc anchors to named anchors
Convert all of the non-named anchors in docs to named anchors.
Example:
```md
Kicks a [`Member`](../model/struct.Member.html) from the specified
[`Guild`](../model/struct.Guild.html) if they are in it.
```
is now written as:
```md
Kicks a [`Member`] from the specified [`Guild`] if they are in it.
[`Guild`]: ../model/struct.Guild.html
[`Member`]: ../model/struct.Member.html
```
Diffstat (limited to 'src/client/dispatch.rs')
0 files changed, 0 insertions, 0 deletions