doc: Fix links.

Since the `intra-doc-links` feature has been stabilized, we can see
more clearly that we have many broken links. This PR is an attempt to
fix them!
This commit is contained in:
Ivan Enderlin
2020-12-17 11:22:58 +01:00
parent bc0ba32424
commit 78faa4fa25
14 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
//! to another part of a program (or a different program that may have
//! been dynamically loaded) using a table of branch or jump instructions.
//!
//! Source: https://en.wikipedia.org/wiki/Branch_table
//! [Learn more](https://en.wikipedia.org/wiki/Branch_table).
use super::CodeOffset;
#[cfg(feature = "enable-serde")]