Skip to content

Commit

Permalink
Fix docu to include https://
Browse files Browse the repository at this point in the history
This would return a 404 otherwise
  • Loading branch information
Yoyasp committed Oct 30, 2024
1 parent c247273 commit aaa6244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ By default menu is constructed based on your classes and in a reversed navbar. L
# Add a link
appbuilder.add_link("google", href="www.google.com", icon = "fa-google-plus")
# Add a link that opens in a new tab
appbuilder.add_link("Flask documentation", href="flask-appbuilder.readthedocs.io", icon="fa-book", target="_blank")
appbuilder.add_link("Flask documentation", href="https://flask-appbuilder.readthedocs.io", icon="fa-book", target="_blank")

- Add separators::

Expand Down

0 comments on commit aaa6244

Please sign in to comment.