Updates Github link references from master to main (#116789)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-10-29 09:53:08 -07:00 committed by GitHub
parent 2194f2b93c
commit c4815d319e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
123 changed files with 231 additions and 231 deletions

View file

@ -9,7 +9,7 @@ tags: ['kibana', 'dev', 'contributor', 'tutorials']
This tutorial walks you through two ways to create a plugin that registers an application that says "Hello World!".
You can view the tested example plugin at [examples/hello_world](https://github.com/elastic/kibana/tree/master/examples/hello_world).
You can view the tested example plugin at [examples/hello_world](https://github.com/elastic/kibana/tree/main/examples/hello_world).
## 1. Set up your development environment