Skip to content

Commit d937787

Browse files
author
Anthony Sneed
committed
Update link to NorthwindSlim database
1 parent dae0e4b commit d937787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Scaffold EF Core models using Handlebars templates.
1515
- The easiest is to use **LocalDb**, which is installed with Visual Studio.
1616
Connect to: `(localdb)\MsSqlLocalDb`.
1717
- Create a new database named **NorthwindSlim**.
18-
- Download the data file from <http://bit.ly/northwindslim>.
18+
- Download the data file from <http://bit.ly/northwind-slim>.
1919
- Unzip **NorthwindSlim.sql** and run the script to create tables and populate them with data.
2020

2121
## Usage

sample/ScaffoldingSample/Sample.ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Demonstrates how to reverse engineer an existing database using the EF Core tool
1313
- The easiest is to use **LocalDb**, which is installed with Visual Studio.
1414
Connect to: `(localdb)\MsSqlLocalDb`.
1515
- Create a new database named **NorthwindSlim**.
16-
- Download the data file from <http://bit.ly/northwindslim>.
16+
- Download the data file from <http://bit.ly/northwind-slim>.
1717
- Unzip **NorthwindSlim.sql** and run the script to create tables and populate them with data.
1818

1919
## Setup

0 commit comments

Comments
 (0)