Skip to content

Commit

Permalink
Repoint Links to Moved Fides Documentation (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKeyser authored Jun 27, 2023
1 parent 243f6e2 commit f47bc5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ The types of changes are:

### Fixed
- Render linebreaks in the Fides.js overlay descriptions, etc. [#3665](https://github.com/ethyca/fides/pull/3665)
- Broken link to Fides docs site on the About Fides page in Admin UI [#3643](https://github.com/ethyca/fides/pull/3643)

### Developer Experience

### Changed
- Moved GPC preferences slightly earlier in Fides.js lifecycle [#3561](https://github.com/ethyca/fides/pull/3561)
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/src/pages/management/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const About: NextPage = () => {
Please visit{" "}
<Link
color="complimentary.500"
href="https://docs.ethyca.com/fides/overview"
href="https://docs.ethyca.com"
isExternal
>
docs.ethyca.com
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This is where the autogenerated docs for Fides lives. To run the docs locally, use `nox -s docs_serve` and visit `localhost:8000`

The full, official docs live at https://docs.ethyca.com/fides/overview
The full, official docs live at https://docs.ethyca.com
2 changes: 1 addition & 1 deletion docs/fides/docs/development/documentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation

Primary documentation for Fides now lives at <https://docs.ethyca.com/fides/overview>, however autogenerated documentation as well as developer documentation is still maintained and hosted within the [Fides project repo](https://github.com/ethyca/fides).
Primary documentation for Fides now lives at <https://docs.ethyca.com>, however autogenerated documentation as well as developer documentation is still maintained and hosted within the [Fides project repo](https://github.com/ethyca/fides).

## Previewing Docs Locally

Expand Down

0 comments on commit f47bc5d

Please sign in to comment.