From 7540610dc0412b064708edd19fc0507dd952ff9a Mon Sep 17 00:00:00 2001 From: Joshua Nitschke Date: Sun, 17 Mar 2024 14:01:14 -0700 Subject: [PATCH] correct docs typo (Grade -> Grate) and add url to docs --- docs/devops/devops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devops/devops.md b/docs/devops/devops.md index ceef1772f09..d8b047c454f 100644 --- a/docs/devops/devops.md +++ b/docs/devops/devops.md @@ -46,7 +46,7 @@ Here's what your `Migrations.csproj` could look like: Note that this is just a shell project that does not contain any classes or code. But some prefer to be able to see the migrations scripts from within the solution. The project directory will contain a folder that contains the SQL scripts for the database migrations: `src\Migrations\scripts\up` -The dockerfile for the migration project does not build anything but uses Grade: +The dockerfile for the migration project does not build anything but uses [grate](https://erikbra.github.io/grate/): ```dockerfile FROM erikbra/grate:1.5.4 as migrations