f0rki / mapping-high-level-constructs-to-llvm-ir

A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io
Other
599 stars 62 forks source link

invalid links on exception-handling resources #38

Closed arbipher closed 3 years ago

arbipher commented 3 years ago

https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/exception-handling/resources.html

https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/exception-handling/www.hexblog.com/wp-content/uploads/2012/06/Recon-2012-Skochinsky-Compiler-Internals.pdf

Readthedocs treats it as relative url which should be an absolute one.

f0rki commented 3 years ago

thanks! fixed now :)