Beef_website icon indicating copy to clipboard operation
Beef_website copied to clipboard

Two links broken in documentation page of Memory Management.

Open gopakumar-gg opened this issue 3 years ago • 0 comments

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

gopakumar-gg avatar Jun 15 '22 10:06 gopakumar-gg