@@ -96,32 +96,32 @@ Skytable currently supports the following actions:
9696
9797pub fn init_type_linklist ( ) -> HashMap < & ' static str , & ' static str > {
9898 let mut hm = HashMap :: new ( ) ;
99- hm. insert ( "Rcode 0" , "../ protocol/response-codes" ) ;
100- hm. insert ( "Rcode 1" , "../ protocol/response-codes" ) ;
101- hm. insert ( "Rcode 2" , "../ protocol/response-codes" ) ;
102- hm. insert ( "Rcode 3" , "../ protocol/response-codes" ) ;
103- hm. insert ( "Rcode 4" , "../ protocol/response-codes" ) ;
104- hm. insert ( "Rcode 5" , "../ protocol/response-codes" ) ;
105- hm. insert ( "Rcode 6" , "../ protocol/response-codes" ) ;
106- hm. insert ( "Rcode 7" , "../ protocol/response-codes" ) ;
107- hm. insert ( "Rcode 8" , "../ protocol/response-codes" ) ;
108- hm. insert ( "Rcode 9" , "../ protocol/response-codes" ) ;
109- hm. insert ( "Error String" , "../ protocol/errors#table-of-errors" ) ;
110- hm. insert ( "err-snapshot-busy" , "../ protocol/errors/ #table-of-errors" ) ;
99+ hm. insert ( "Rcode 0" , "protocol/response-codes.md " ) ;
100+ hm. insert ( "Rcode 1" , "protocol/response-codes.md " ) ;
101+ hm. insert ( "Rcode 2" , "protocol/response-codes.md " ) ;
102+ hm. insert ( "Rcode 3" , "protocol/response-codes.md " ) ;
103+ hm. insert ( "Rcode 4" , "protocol/response-codes.md " ) ;
104+ hm. insert ( "Rcode 5" , "protocol/response-codes.md " ) ;
105+ hm. insert ( "Rcode 6" , "protocol/response-codes.md " ) ;
106+ hm. insert ( "Rcode 7" , "protocol/response-codes.md " ) ;
107+ hm. insert ( "Rcode 8" , "protocol/response-codes.md " ) ;
108+ hm. insert ( "Rcode 9" , "protocol/response-codes.md " ) ;
109+ hm. insert ( "Error String" , "protocol/errors.md #table-of-errors" ) ;
110+ hm. insert ( "err-snapshot-busy" , "protocol/errors.md #table-of-errors" ) ;
111111 hm. insert (
112112 "err-invalid-snapshot-name" ,
113- "../ protocol/errors/ #table-of-errors" ,
113+ "protocol/errors.md #table-of-errors" ,
114114 ) ;
115115 hm. insert (
116116 "err-snapshot-disabled" ,
117- "../ protocol/errors/ #table-of-errors" ,
117+ "protocol/errors.md #table-of-errors" ,
118118 ) ;
119- hm. insert ( "AnyArray" , "../ protocol/data-types#any-array" ) ;
120- hm. insert ( "Flat Array" , "../ protocol/data-types#flat-array" ) ;
121- hm. insert ( "Typed Array" , "../ protocol/data-types#typed-array" ) ;
122- hm. insert ( "String" , "../ protocol/skyhash#strings-" ) ;
123- hm. insert ( "Binstr" , "../ protocol/skyhash#strings-" ) ;
124- hm. insert ( "Integer" , "../ protocol/skyhash#unsigned-integers-" ) ;
119+ hm. insert ( "AnyArray" , "protocol/data-types.md #any-array" ) ;
120+ hm. insert ( "Flat Array" , "protocol/data-types.md #flat-array" ) ;
121+ hm. insert ( "Typed Array" , "protocol/data-types.md #typed-array" ) ;
122+ hm. insert ( "String" , "protocol/skyhash.md #strings-" ) ;
123+ hm. insert ( "Binstr" , "protocol/skyhash.md #strings-" ) ;
124+ hm. insert ( "Integer" , "protocol/skyhash.md #unsigned-integers-" ) ;
125125 hm
126126}
127127
0 commit comments