Fix docs.rs anchor name

This commit is contained in:
Philipp Oppermann
2020-05-20 14:51:51 +02:00
parent fbaa641841
commit 2cb6a0ffe7
2 changed files with 2 additions and 2 deletions

View File

@@ -608,7 +608,7 @@ The base of the abstraction are two traits that define various page table mappin
[`Mapper`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html [`Mapper`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html
[`translate_page`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html#tymethod.translate_page [`translate_page`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html#tymethod.translate_page
[`map_to`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html#tymethod.map_to [`map_to`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html#method.map_to
[`MapperAllSizes`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.MapperAllSizes.html [`MapperAllSizes`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.MapperAllSizes.html
[`translate_addr`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.MapperAllSizes.html#method.translate_addr [`translate_addr`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.MapperAllSizes.html#method.translate_addr
[`translate`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.MapperAllSizes.html#tymethod.translate [`translate`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.MapperAllSizes.html#tymethod.translate

View File

@@ -439,7 +439,7 @@ The function takes mutable references to a [`Mapper`] and a [`FrameAllocator`] i
[`Size4KiB`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/page/enum.Size4KiB.html [`Size4KiB`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/page/enum.Size4KiB.html
[`Result`]: https://doc.rust-lang.org/core/result/enum.Result.html [`Result`]: https://doc.rust-lang.org/core/result/enum.Result.html
[`MapToError`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/enum.MapToError.html [`MapToError`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/enum.MapToError.html
[`Mapper::map_to`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html#tymethod.map_to [`Mapper::map_to`]: https://docs.rs/x86_64/0.11.0/x86_64/structures/paging/mapper/trait.Mapper.html#method.map_to
The implementation can be broken down into two parts: The implementation can be broken down into two parts: