diff --git a/CHANGELOG.md b/CHANGELOG.md index 92eb2b74de..c5e4b25967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/clients/admin-ui/src/pages/management/about.tsx b/clients/admin-ui/src/pages/management/about.tsx index d012b3b4fa..6062d317a8 100644 --- a/clients/admin-ui/src/pages/management/about.tsx +++ b/clients/admin-ui/src/pages/management/about.tsx @@ -78,7 +78,7 @@ const About: NextPage = () => { Please visit{" "} docs.ethyca.com diff --git a/docs/README.md b/docs/README.md index 148ede534e..a73b65f351 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/fides/docs/development/documentation.md b/docs/fides/docs/development/documentation.md index 5f4b0b2683..330f5005f1 100644 --- a/docs/fides/docs/development/documentation.md +++ b/docs/fides/docs/development/documentation.md @@ -1,6 +1,6 @@ # Documentation -Primary documentation for Fides now lives at , 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 , 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