diff --git a/Getting-Started.md b/Getting-Started.md index 393ec8a..32df694 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -11,4 +11,4 @@ I recently added the modules to the system in the way they are now. Before every This also means that require does not return a handle for the library, instead the global environment is modified. This however is not a problem though. -After requiring the library you may want to create predefined objects or create your own to run side by side and have all of the features that make this library powerful. For a list of objects and how to use them take a look at the [Objects]() page. \ No newline at end of file +After requiring the library you may want to create predefined objects or create your own to run side by side and have all of the features that make this library powerful. For a list of objects and how to use them take a look at the [Objects](https://github.com/rayaman/multi/wiki/Objects) page. This page will contain all of the information pertaining to object creation and manipulation. \ No newline at end of file