Skip to content

Commit 366ce20

Browse files
authored
Convert raw URL to link (#3907)
This improves the documentation by creating a markdown link from a "raw" URL.
1 parent bc573ef commit 366ce20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/undefined-behaviour.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A non-exhaustive list of these, based on the non-exhaustive list from the [Rust
2424

2525
* Data races.
2626
* Kani focuses on sequential code.
27-
* Breaking the pointer aliasing rules (http://llvm.org/docs/LangRef.html#pointer-aliasing-rules).
27+
* Breaking the [pointer aliasing rules](http://llvm.org/docs/LangRef.html#pointer-aliasing-rules).
2828
* Kani can detect if misuse of pointers causes memory safety or assertion violations, but does not track reference lifetimes.
2929
* Mutating immutable data.
3030
* Kani can detect if modification of immutable data causes memory safety or assertion violations, but does not track reference lifetimes.

0 commit comments

Comments
 (0)