You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ The long-term objective is to develop a client Grid library for Vue.js projects.
9
9
10
10
## Folder description
11
11
*[gridcore](./gridcore): Library to build back-ends bases on Spring Boot
12
-
*[demo](./demo): Spring Boot demo project supporting the gridcore library. It can be testes with this [Blazor WASM project](https://github.com/gustavnavar/Grid.Blazor/tree/master/GridBlazorSpring)
12
+
*[demo](./demo): Spring Boot demo project supporting the gridcore library. It can be tested with this [Blazor WASM project](https://github.com/gustavnavar/Grid.Blazor/tree/master/GridBlazorSpring)
13
13
14
-
The SQL Server database for all demos can be downloaded from [here](./sample-database)
14
+
The SQL Server database for all demos can be downloaded from [here](https://github.com/gustavnavar/Grid.Core/tree/master/sample_database)
15
15
16
16
Alternatively, if you prefer to install a fresh version of the database you can perform the following steps:
17
17
- run this script from Microsoft web to create a new database: https://github.com/microsoft/sql-server-samples/blob/master/samples/databases/northwind-pubs/instnwnd.sql
0 commit comments