beefytech / Beef_website

BeefLang website
Other
21 stars 19 forks source link

Two links broken in documentation page of Memory Management. #43

Open gopakumar-gg opened 2 years ago

gopakumar-gg commented 2 years ago

In Beef documentation of Memory Management page, the links to System.String and System.Collections.List are given wrong paths: https://www.beeflang.org/docs/language-guide/doxygen/corlib/html/class_system_1_1_string.html https://www.beeflang.org/docs/language-guide/doxygen/corlib/html/class_system_1_1_collections_1_1_list.html

They are actually available at the below urls. https://www.beeflang.org/docs/doxygen/corlib/html/class_system_1_1_string.html https://www.beeflang.org/docs/doxygen/corlib/html/class_system_1_1_collections_1_1_list.html

image