diff --git a/Source/ChangeTracking/ChangeTracking.csproj b/Source/ChangeTracking/ChangeTracking.csproj
index 9e82e70..f25b258 100644
--- a/Source/ChangeTracking/ChangeTracking.csproj
+++ b/Source/ChangeTracking/ChangeTracking.csproj
@@ -13,7 +13,7 @@
By using Castle Dynamic Proxy to create proxies of your classes at runtime, you can use your objects just like you used do, and just by calling the AsTrackable() extension method, you get automatic change tracking, and cancellation.
- https://github.com/joelweiss/ChangeTracking/blob/master/License.md</licenseUrl
+ https://github.com/joelweiss/ChangeTracking/blob/master/License.md
https://github.com/joelweiss/ChangeTracking
https://github.com/joelweiss/ChangeTracking
ChangeTracking DynamicProxy Change Tracking POCO