diff --git a/.build/release.props b/.build/release.props
index f400a5e..dfcb0ed 100644
--- a/.build/release.props
+++ b/.build/release.props
@@ -14,7 +14,8 @@
https://github.com/dark-loop/functions-authorize/blob/master/LICENSE
Git
AuthorizeAttribute, Authorize, Azure Functions, Azure, Bearer, JWT, Policy based authorization
- icons/icon.png
+ icons/icon.png
+ https://en.gravatar.com/userimage/22176525/45f25acea686a783e5b2ca172d72db71.png
true
../dl-sftwr-sn-key.snk
0024000004800000940000000602000000240000525341310004000001000100791e7f618a12452d7ced5310f6203d0d227f9d26b146555e7e67a1801695dcf7c552421620a662f54b072f7be1efa885c074d4b9c76a4d6d154721d1c3b1f39164cfaf9ebdf9b7672ff320c89c5a64c90e25330f90a12bf42a1c57b70523e785167dbbfb7a0fdc9eb8d15112f758b89bab51953b08cfb2218095bc45171c99c5
diff --git a/README.md b/README.md
index 9f88042..a5a539a 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ Extension bringing AuthorizeAttribute Behavior to Azure Functions In-Proc and Is
It hooks into .NET Core dependency injection container to enable authentication and authorization in the same way ASP.NET Core does.
## Getting Started
-- [Azure Functions V3+ In-Proc mode](./in-proc/README.md)
-- [Azure Functions V4 Isolated mode with ASPNET Core integration](./isolated/README.md)
+- [Azure Functions V3+ In-Proc mode](./src/in-proc/README.md)
+- [Azure Functions V4 Isolated mode with ASPNET Core integration](./src/isolated/README.md)
## License
This projects is open source and may be redistributed under the terms of the [Apache 2.0](http://opensource.org/licenses/Apache-2.0) license.