Skip to content

Commit

Permalink
Add missing paren to menu link plugin (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored and schnie committed Mar 5, 2019
1 parent f0e0ba3 commit 3dbb10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/include/exampleplugin.go
Expand Up @@ -23,7 +23,7 @@ astro_docs_ml = MenuLink(
astro_guides_ml = MenuLink(
category='Astronomer',
name='Airflow Guides',
url='https://www.astronomer.io/guides/'
url='https://www.astronomer.io/guides/')
class AstroLinksPlugin(AirflowPlugin):
name = 'astronomer_menu_links'
Expand Down

0 comments on commit 3dbb10a

Please sign in to comment.