From 72c595ad0c7c72f5975cc9d5c67b7330b4843602 Mon Sep 17 00:00:00 2001 From: Rudolf Meijering Date: Wed, 27 Oct 2021 13:00:44 +0200 Subject: [PATCH] [docs] Fix anchor link to saved objects migrations testing --- dev_docs/tutorials/saved_objects.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_docs/tutorials/saved_objects.mdx b/dev_docs/tutorials/saved_objects.mdx index 29a0b60983d90..9583e195d1c82 100644 --- a/dev_docs/tutorials/saved_objects.mdx +++ b/dev_docs/tutorials/saved_objects.mdx @@ -254,4 +254,4 @@ the error should be verbose and informative so that the corrupt document can be ### Testing Migrations -Bugs in a migration function cause downtime for our users and therefore have a very high impact. Follow the . +Bugs in a migration function cause downtime for our users and therefore have a very high impact. Follow the .