Beef_website
Beef_website copied to clipboard
Two links broken in documentation page of Memory Management.
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
