diff options
| author | Gary M. Josack <gary@byoteki.com> | 2015-03-26 09:31:48 -0700 |
|---|---|---|
| committer | Gary M. Josack <gary@byoteki.com> | 2015-03-26 14:46:06 -0700 |
| commit | 5123bf40a115dd38802612dbdca9b0974c677e4e (patch) | |
| tree | e82200fd593f28a04b9f503b7f5b2f3658fc22d5 /src/librustc/plugin | |
| parent | 1501f33e76f6f9621aa08fb0cbbc5f85a5ac7f0f (diff) | |
| download | rust-5123bf40a115dd38802612dbdca9b0974c677e4e.tar.gz rust-5123bf40a115dd38802612dbdca9b0974c677e4e.zip | |
Update docs to fix various 404s
Found a few 404s that seemed like simple fixes:
The Result docs use old_io Writer as an example. Fix the link to old_io Writer. There's probably an effort to update the example away from a deprecated api but this was a simple fix.
rustc/plugin was pointing at the old guide and it was a broken link anyways (plugin vs plugins). Point at the book instead.
The main page of the API docs referenced c_{str,vec}. Looks like these were deleted in 25d5a3a19423fee01787de87a56d185dd4e0a4e7. Point at ffi docs instead.
Diffstat (limited to 'src/librustc/plugin')
| -rw-r--r-- | src/librustc/plugin/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/plugin/mod.rs b/src/librustc/plugin/mod.rs index 711ed43fe06..3162c4fc570 100644 --- a/src/librustc/plugin/mod.rs +++ b/src/librustc/plugin/mod.rs @@ -47,7 +47,7 @@ //! #![plugin(myplugin)] //! ``` //! -//! See [the compiler plugin guide](../../guide-plugin.html) +//! See the [Plugins Chapter](../../book/plugins.html) of the book //! for more examples. pub use self::registry::Registry; |
