Skip to content

Commit

Permalink
📝 Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jz5 committed Jun 2, 2017
1 parent 6c87633 commit 9d3c851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ For example:

At runtime, by default MvvmCross's Ioc will throw an `MvxIoCResolveException` from `Resolve` or return `false` from `TryResolve` if it detects recursion has occurred.

Generally in this situation you need to refactor your code to remove the circular dependency - for example see one suggestion in [http://stackoverflow.com/questions/1453128/is-there-a-good-proper-way-of-solving-the-dependency-injection-loop-problem-in-t/1453242#1453242](Stack Overflow) - other stackoverflow Q&As may also help.
Generally in this situation you need to refactor your code to remove the circular dependency - for example see one suggestion in [Stack Overflow](http://stackoverflow.com/questions/1453128/is-there-a-good-proper-way-of-solving-the-dependency-injection-loop-problem-in-t/1453242#1453242) - other stackoverflow Q&As may also help.

However, if you feel the MvvmCross detection is wrong - if your app has some behaviour which means it can survive the recursive dependency - then you can turn this detection off if you want to using the options - e.g:

Expand Down
1 change: 0 additions & 1 deletion docs/_documentation/getting-started/mvvmcross-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Name | Description | Link
`MvvmCross.Plugin.ResourceLoader` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.ResourceLoader/)
`MvvmCross.Plugin.Share` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.Share/)
`MvvmCross.Plugin.SoundEffects` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.SoundEffects/)
`MvvmCross.Plugin.SQLite` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.SQLite/)
`MvvmCross.Plugin.SQLitePCL` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.SQLitePCL/)
`MvvmCross.Plugin.ThreadUtils` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.ThreadUtils/)
`MvvmCross.Plugin.Visibility` | | [NuGet](https://www.nuget.org/packages/MvvmCross.Plugin.Visibility/)
Expand Down
2 changes: 1 addition & 1 deletion docs/_documentation/licensing/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ category: Licensing
* Tiny bits of [MvvmLight](http://mvvmlight.codeplex.com/) are redistributed and modified under MIT
* [NewtonSoft.Json](https://github.com/JamesNK/Newtonsoft.Json) is redistributed and modified here under MIT
* The original work on the [JSON.Net port](https://github.com/chrisntr/Newtonsoft.Json) to MonoTouch and MonoDroid was done by @ChrisNTR
* [Sqlite-net](https://github.com/praeclarum/sqlite-net/blob/master/license.md) - custom license
* [Sqlite-net](https://github.com/praeclarum/sqlite-net/blob/master/LICENSE.md) - custom license
* [MonoTouch.Dialog](https://github.com/migueldeicaza/MonoTouch.Dialog) - MIT X11
* [MonoDroid.Dialog](https://github.com/kevinmcmahon/MonoDroid.Dialog) - MIT X11
* Messenger ideas from [JonathanPeppers/XPlatUtils](https://github.com/jonathanpeppers/XPlatUtils) under Apache License Version 2.0, and from GrumpyDev/TinyMessenger under simple license of "THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY"
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ permalink: /documentation/

This documentation is the place to find everything you need to know about MvvmCross! Use the menu on the left side to navigate to different topics and use the search in the top menu to find specific items.

We encourage and are open to receiving improvements, fixes and new documentation! You are very welcome to make a Pull Request to our [documentation](https://github.com/MvvmCross/MvvmCross/tree/master/docs). Please read the [guidelines on writing documentation]({{ "/documentation/contribute/mvvmcross-docs-style-guide/mvvmcross-docs-style-guide.html" | relative_url }}) before contributing.
We encourage and are open to receiving improvements, fixes and new documentation! You are very welcome to make a Pull Request to our [documentation](https://github.com/MvvmCross/MvvmCross/tree/master/docs). Please read the [guidelines on writing documentation](https://www.mvvmcross.com/documentation/contribute/mvvmcross-docs-style-guide) before contributing.

If you can't find what you are looking for or documentation is missing, please do not hesitate to find us through the options on the [support]({{ "/support" | relative_url }}) page and request it.
If you can't find what you are looking for or documentation is missing, please do not hesitate to find us through the options on the [support](https://www.mvvmcross.com/support) page and request it.

0 comments on commit 9d3c851

Please sign in to comment.