core: fix typos in union_find
[nit.git] / lib / core / README.md
index 7833f37..2501758 100644 (file)
@@ -4,43 +4,43 @@ Core classes and methods used by default by Nit programs and libraries.
 
 ## Core Basic Types and Operations
 
-[[doc:kernel]]
+[[doc: kernel]]
 
 ### Object
 
-[[doc:Object]]
+[[doc: Object]]
 
 #### Equality
 
-[[doc:Object::==]]
-[[doc:Object::!=]]
-[[doc:Object::hash]]
-[[doc:Object::is_same_instance]]
-[[doc:Object::object_id]]
+[[doc: core::Object::==]]
+[[doc: core::Object::!=]]
+[[doc: core::Object::hash]]
+[[doc: core::Object::is_same_instance]]
+[[doc: core::Object::object_id]]
 
 #### Debuging
 
-[[doc:Object::output]]
-[[doc:Object::output_class_name]]
-[[doc:Object::is_same_type]]
+[[doc: core::Object::output]]
+[[doc: core::Object::output_class_name]]
+[[doc: core::Object::is_same_type]]
 
 ### Sys
 
-[[doc:Sys]]
+[[doc: Sys]]
 
 #### Program Execution
 
-[[doc:Sys::main]]
-[[doc:Sys::run]]
+[[doc: core::Sys::main]]
+[[doc: core::Sys::run]]
 
 ### Other
 
-[[list:kernel]]
+[[defs: kernel]]
 
 ## Core Collections
 
-[[doc:collection]]
+[[doc: core::collection]]
 
 ## String and Text manipulation
 
-[[doc:text]]
+[[doc: core::text]]