Skip to content

Commit

Permalink
[ISSUE-5076] - Changed webserver URL to correct URL (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
farmanp authored Jul 17, 2024
1 parent 9f87c2e commit dc3de5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The types of changes are:
- Endpoints for listing systems (GET /system) and datasets (GET /dataset) now support optional pagination [#5071](https://github.com/ethyca/fides/pull/5071)
- Moves some endpoints for property-specific messaging from OSS -> plus [#5069](https://github.com/ethyca/fides/pull/5069)
- Messaging page will now show a notice about using global mode [#5090](https://github.com/ethyca/fides/pull/5090)
- URL for deployment instructions when the webserver is running [#5088](https://github.com/ethyca/fides/pull/5088)

### Developer Experience
- Upgrade to React 18 and Chakra 2, including other dependencies [#5036](https://github.com/ethyca/fides/pull/5036)
Expand Down
2 changes: 1 addition & 1 deletion src/fides/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def check_required_webserver_config_values(config: FidesConfig) -> None:
echo_red(f"- {missing_value}")
echo_red(
"\nVisit the Fides deployment documentation for more information: "
"https://docs.ethyca.com/fides/deployment"
"https://ethyca.com/docs/dev-docs/configuration/deployment"
)

raise SystemExit(1)
Expand Down

0 comments on commit dc3de5b

Please sign in to comment.