diff --git a/documentation/current/papers/void-safety-how-eiffel-removes-null-pointer-dereferencing.wiki b/documentation/current/papers/void-safety-how-eiffel-removes-null-pointer-dereferencing.wiki index 2ea5ce86..f34727f0 100644 --- a/documentation/current/papers/void-safety-how-eiffel-removes-null-pointer-dereferencing.wiki +++ b/documentation/current/papers/void-safety-how-eiffel-removes-null-pointer-dereferencing.wiki @@ -26,5 +26,5 @@ The Eiffel solution relies on a combination of language mechanisms:
  • The "Object Test" instruction lets programmers treat void values in a special way. -The White Paper describes the theoretical and practical challenges of ensuring void safety and presents the Eiffel mechanism. +The White Paper (see the link below) describes the theoretical and practical challenges of ensuring void safety and presents the Eiffel mechanism.