Nipodemos

links that i forgot to change

@@ -103,11 +103,11 @@ This is a simple project but it already makes clear how powerful Get is. As your @@ -103,11 +103,11 @@ This is a simple project but it already makes clear how powerful Get is. As your
103 103
104 ### In-depth explanation 104 ### In-depth explanation
105 105
106 -**See an more in-depth explanation of state management [here](./docs/state_management.md). There you will see more examples and also the differente between the simple stage manager and the reactive state manager** 106 +**See an more in-depth explanation of state management [here](./docs/en_US/state_management.md). There you will see more examples and also the differente between the simple stage manager and the reactive state manager**
107 107
108 ## Route management 108 ## Route management
109 109
110 -**See a more in-depth explanation of route management [here](./docs/route_management.md)** 110 +**See a more in-depth explanation of route management [here](./docs/en_US/route_management.md)**
111 111
112 If you are going to use routes/snackbars/dialogs/bottomsheets without context, GetX is excellent for you too, just see it: 112 If you are going to use routes/snackbars/dialogs/bottomsheets without context, GetX is excellent for you too, just see it:
113 113
@@ -153,11 +153,11 @@ Noticed that you didn't had to use context to do any of these things? That's one @@ -153,11 +153,11 @@ Noticed that you didn't had to use context to do any of these things? That's one
153 153
154 ### In-Depth Explanation 154 ### In-Depth Explanation
155 155
156 -**Note: Get work with named routes too! As said in the beggining, there is a in-depth documentation [here](./docs/route_management.md)** 156 +**Note: Get work with named routes too! As said in the beggining, there is a in-depth documentation [here](./docs/en_US/route_management.md)**
157 157
158 ## Dependency management 158 ## Dependency management
159 159
160 -**See a more in-depth explanation of dependency management [here](./docs/dependency_management.md)** 160 +**See a more in-depth explanation of dependency management [here](./docs/en_US/dependency_management.md)**
161 161
162 - Note: If you are using Get's State Manager, you don't have to worry about that, just read for information, but pay more attention to the bindings api, which will do all of this automatically for you. 162 - Note: If you are using Get's State Manager, you don't have to worry about that, just read for information, but pay more attention to the bindings api, which will do all of this automatically for you.
163 163
@@ -196,7 +196,7 @@ Get.lazyPut<Service>(()=> ApiMock()); @@ -196,7 +196,7 @@ Get.lazyPut<Service>(()=> ApiMock());
196 196
197 ### In-depth explanation 197 ### In-depth explanation
198 198
199 -**See a more in-depth explanation of dependency management [here](./docs/dependency_management.md)** 199 +**See a more in-depth explanation of dependency management [here](./docs/en_US/dependency_management.md)**
200 200
201 # How to contribute 201 # How to contribute
202 202