This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 6d36c80d0b3f497bb3baa0864e497ee69ac65505 Author: Tzu-ping Chung <[email protected]> AuthorDate: Mon Apr 8 15:27:04 2024 +0800 Fix 'use case' spelling (#38817) The top-level site uses 'use case' but the documentation uses 'use-case'. The former seems to be the more popular spelling. (cherry picked from commit 4cd15f8926b6aa2b25dbef3c961d545d6cbf72be) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 90c9b68e6f..e959544a09 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -382,7 +382,7 @@ html_theme_options["navbar_links"] = [ {"href": "/community/", "text": "Community"}, {"href": "/meetups/", "text": "Meetups"}, {"href": "/docs/", "text": "Documentation"}, - {"href": "/use-cases/", "text": "Use-cases"}, + {"href": "/use-cases/", "text": "Use Cases"}, {"href": "/announcements/", "text": "Announcements"}, {"href": "/blog/", "text": "Blog"}, {"href": "/ecosystem/", "text": "Ecosystem"},
