Skip to content

Commit

Permalink
fix(docs): fixed link to docs in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Sep 18, 2023
1 parent d374f12 commit aa20bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ classifiers = [
"Intended Audience :: Healthcare Industry",
"Natural Language :: English"
]
description = "Atlas Autmoation Hub is a task scheduling tool for moving data."
description = "Atlas Automation Hub is a task scheduling tool for moving data."
documentation = "https://www.atlas.bi/docs/hub/"
homepage = "https://atlas-hub.atlas.bi"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion web/templates/sections/head.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<a class="navbar-item" href="{{ url_for("admin_bp.admin") }}">Admin</a>
<a class="navbar-item" href="{{ url_for("dashboard_bp.dash") }}">Dashboard</a>
<a class="navbar-item button is-info mt-2 ml-2"
href="https://www.atlas.bi/docs/automation-hub"
href="https://www.atlas.bi/docs/hub"
target="_blank"
rel="noopener">
<span class="icon-text">
Expand Down

0 comments on commit aa20bac

Please sign in to comment.