Skip to content

Commit c09c364

Browse files
update missing image link
1 parent 049d138 commit c09c364

20 files changed

+28
-28
lines changed

entityframework-extensions.net/pages/getting-started/providers/ef6/ef-profiler.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2121

2222
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2323

24-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/ef-profiler-1.png" alt="EF profiler">
24+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/ef-profiler-1.png" alt="EF profiler">
2525

2626
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
2727

@@ -228,5 +228,5 @@ using (var context = new BookStore())
228228

229229
Now when you run the application, it's going to send data over to the Entity Framework Profiler application.
230230

231-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/ef-profiler-2.png" alt="EF profiler-2">
231+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/ef-profiler-2.png" alt="EF profiler-2">
232232

entityframework-extensions.net/pages/getting-started/providers/ef6/effort-provider.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2525

2626
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2727

28-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/effort-1.png" alt="Effort 1">
28+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/effort-1.png" alt="Effort 1">
2929

3030
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3131

@@ -39,7 +39,7 @@ PM> Install-Package Effort.EF6
3939

4040
Similarly, you can also install [Effort.EF6](https://www.nuget.org/packages/Effort.EF6/) by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
4141

42-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/effort-2.png" alt="Effort 2">
42+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/effort-2.png" alt="Effort 2">
4343

4444
Search for **Effort.EF6** and install the latest version by pressing the install button.
4545

entityframework-extensions.net/pages/getting-started/providers/ef6/glimpse.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/glimpse-1.png" alt="Glimpse-1">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/glimpse-1.png" alt="Glimpse-1">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3030

@@ -41,7 +41,7 @@ PM> Install-Package Glimpse.EF6
4141

4242
By default, a glimpse is turned-off and to turn it on, run your application and go to the `http://localhost:<port #>/glimpse.axd` and click the **Turn Glimpse On** button.
4343

44-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/glimpse-2.png" alt="Glimpse-2">
44+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/glimpse-2.png" alt="Glimpse-2">
4545

4646
You are now ready to start your application.
4747

@@ -260,11 +260,11 @@ Add menu entries for **Authors**
260260

261261
Press Ctrl+F5 to run the project.
262262

263-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/glimpse-3.png" alt="Glimpse-3">
263+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/glimpse-3.png" alt="Glimpse-3">
264264

265265
You can see the **Heads Up Display** (HUD) is shown at the bottom of the page which contains the details timing information. Clicking on the "g" in the lower right corner brings up the Glimpse panel.
266266

267-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/glimpse-4.png" alt="Glimpse-4">
267+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/glimpse-4.png" alt="Glimpse-4">
268268

269269
In the Execution tab, the timing details of the actions and filters in the pipeline are shown.
270270

entityframework-extensions.net/pages/getting-started/providers/ef6/mysql-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/my-sql-1.png" alt="my sql">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/my-sql-1.png" alt="my sql">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3030

entityframework-extensions.net/pages/getting-started/providers/ef6/oracle-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/postgresql-1.png" alt="Postgresql">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/postgresql-1.png" alt="Postgresql">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3030

entityframework-extensions.net/pages/getting-started/providers/ef6/postgresql-provider.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2525

2626
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2727

28-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/postgresql-1.png" alt="postgresql-1">
28+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/postgresql-1.png" alt="postgresql-1">
2929

3030
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3131

@@ -39,7 +39,7 @@ PM> Install-Package EntityFramework6.Npgsql
3939

4040
Similarly, you can also install [EntityFramework6.Npgsql](https://www.nuget.org/packages/EntityFramework6.Npgsql/) by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
4141

42-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/postgresql-2.png" alt="postgresql-2">
42+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/postgresql-2.png" alt="postgresql-2">
4343

4444
Search for **EntityFramework6.Npgsql** and install the latest version by pressing the install button.
4545

entityframework-extensions.net/pages/getting-started/providers/ef6/sql-server-compact-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/sql-compact-1.png" alt="SQL compact">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/sql-compact-1.png" alt="SQL compact">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3030

entityframework-extensions.net/pages/getting-started/providers/ef6/sql-server-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/sql-server-1.png" alt="SQL server">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/sql-server-1.png" alt="SQL server">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3030

entityframework-extensions.net/pages/getting-started/providers/ef6/sqlite-provider.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/sqlite-1.png" alt="sqlite-1">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/sqlite-1.png" alt="sqlite-1">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button.
3030

@@ -96,7 +96,7 @@ CREATE TABLE "Books" (
9696
);
9797
```
9898

99-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/sqlite-2.png" alt="sqlite-2">
99+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/sqlite-2.png" alt="sqlite-2">
100100

101101
Click on the highlighted button to create `Authors` and `Books` tables. It is not Code First because we have to create the database ourselves but we want to illustrate how Entity Framework for SQLite works.
102102

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-devart-mysql-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-devart-mysql-1.png" alt="EFcore devart mysql">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-devart-mysql-1.png" alt="EFcore devart mysql">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-devart-oracle-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-devart-oracle-1.png" alt="EFcore devart Oracle">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-devart-oracle-1.png" alt="EFcore devart Oracle">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-inmemory-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2626

2727
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2828

29-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-inmemory-1.png" alt="Efcore inmemory">
29+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-inmemory-1.png" alt="Efcore inmemory">
3030

3131
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3232

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-mysql-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-my-sql-1.png" alt="EFcore my sql">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-my-sql-1.png" alt="EFcore my sql">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-oracle-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-oracle-1.png" alt"EFcore oracle">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-oracle-1.png" alt="EFcore oracle">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-pomelo-mysql-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2121

2222
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2323

24-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-pomelo-mysql-1.png" alt="EFcore pomelo mysql">
24+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-pomelo-mysql-1.png" alt="EFcore pomelo mysql">
2525

2626
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
2727

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-postgresql-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2525

2626
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2727

28-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-postgresql-1.png" alt="EFcore postgresql">
28+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-postgresql-1.png" alt="EFcore postgresql">
2929

3030
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3131

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-profiler.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2121

2222
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2323

24-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-profiler-1.png" alt="EFCore profiler">
24+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-profiler-1.png" alt="EFCore profiler">
2525

2626
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
2727

@@ -201,4 +201,4 @@ using (var context = new BookStore())
201201

202202
Now when you run the application, it's going to send data over to the Entity Framework Profiler application.
203203

204-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-profiler-2.png" alt="EFCore profiler-2">
204+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-profiler-2.png" alt="EFCore profiler-2">

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-sql-server-compact-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-sql-compact-1.png" alt="EFcore sql compact">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-sql-compact-1.png" alt="EFcore sql compact">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-sql-server-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-sql-server-1.png" alt="EFcore sql server">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-sql-server-1.png" alt="EFcore sql server">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

entityframework-extensions.net/pages/getting-started/providers/efcore/efcore-sqlite-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PM> Install-Package Z.EntityFramework.Extensions.EFCore
2424

2525
You can also install EFE by right-clicking on your project in Solution Explorer and select **Manage Nuget Packages...**.
2626

27-
<img src="https://raw.githubusercontent.com/zzzprojects/EntityFramework-Extensions/master/docs2/images/efcore-my-sql-1.png" alt="EFcore my sql">
27+
<img src="https://raw.githubusercontent.com/zzzprojects/docs/master/entityframework-extensions.net/images/efcore-my-sql-1.png" alt="EFcore my sql">
2828

2929
Search for **Z.EntityFramework.Extensions** and install the latest version by pressing the install button. It will also install [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/), it doesn't have additional logic that won't apply to all scenarios.
3030

0 commit comments

Comments
 (0)