For a couple of months I've been using Prism 6 with the following XAML namespace declaration:
xmlns:prism="http://www.codeplex.com/prism"
But I noticed this namespace URL (which redirects to GitHub) also exists:
xmlns:prism="http://prismlibrary.com/"
Please confirm which namespace is the correct one to use?