[docs] Fix anchor link to saved objects migrations testing (#116427) (#116570)

Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
This commit is contained in:
Kibana Machine 2021-10-29 13:07:15 -04:00 committed by GitHub
parent 596a27027b
commit 1cf36dc757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <DocLink id="kibDevTutorialTestingPlugins" section="saved-object-migrations" text="Saved Object migrations section in the plugin testing guide"/>.
Bugs in a migration function cause downtime for our users and therefore have a very high impact. Follow the <DocLink id="kibDevTutorialTestingPlugins" section="saved-objects-migrations" text="Saved Object migrations section in the plugin testing guide"/>.