From 63a0738c7e893ed281448d1eb48f72489bb18cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 26 Jun 2018 08:45:09 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 567c3f61aa..0c50c57dcd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Framework solution is located under the `framework` folder. It has no external d - Disable "*Automatically check for missing packages during build in Visual Studio*" in the Visual Studio options. -![disable-package-restore-visual-studio](D:/Github/volo/docs/images/disable-package-restore-visual-studio.png) +![disable-package-restore-visual-studio](docs/images/disable-package-restore-visual-studio.png) - When you open a solution, first run `dotnet restore` in the root folder of the solution. - When you change a dependency of a project (or any of the dependencies of your projects change their dependencies), run `dotnet restore` again. @@ -35,4 +35,4 @@ ABP is an open source platform. * Open a [new issue](https://github.com/volosoft/volo/issues/new) if you found a bug or if you have a new feature/enhancement idea. * Open a pull request if you want to make a development. Please create an issue before a development, so we can discuss it. -* Contribute to the [documentation](docs/Index.md). \ No newline at end of file +* Contribute to the [documentation](docs/Index.md).