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

This commit is contained in:
Rudolf Meijering 2021-10-28 10:36:57 +02:00 committed by GitHub
parent 01503c5d5d
commit 2e4c87211c
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"/>.