Skip to content

Commit

Permalink
Fix header help link (#1078)
Browse files Browse the repository at this point in the history
* Fix header help link

* update changelog
  • Loading branch information
ThomasLaPiana authored Sep 19, 2022
1 parent 95c596a commit f7cea14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ The types of changes are:

* Changed behavior of `load_default_taxonomy` to append instead of upsert [#1040](https://github.com/ethyca/fides/pull/1040)

### Fixed

* Fixed the "help" link in the UI header [#1078](https://github.com/ethyca/fides/pull/1078)

## [1.8.4](https://github.com/ethyca/fides/compare/1.8.3...1.8.4) - 2022-09-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion clients/ctl/admin-ui/src/features/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Header = () => {
<>
<QuestionIcon boxSize={5} />
<Link
href="https://ethyca.github.io/fides/1.6.0/"
href="https://ethyca.github.io/fides/"
isExternal
color="gray.700"
fontWeight="400"
Expand Down

0 comments on commit f7cea14

Please sign in to comment.