diff --git a/docs/actions/actions/slack.md b/docs/actions/actions/slack.md index 6416fdb266553..9ff3ec74f51d0 100644 --- a/docs/actions/actions/slack.md +++ b/docs/actions/actions/slack.md @@ -153,7 +153,7 @@ All you need to do is export a few environment variables to activate and configu | DATAHUB_ACTIONS_SLACK_SIGNING_SECRET | ✅ | Set to the [Slack Signing Secret](#1-the-signing-secret) that you configured in the pre-requisites step above | | DATAHUB_ACTIONS_SLACK_BOT_TOKEN | ✅ | Set to the [Bot User OAuth Token](#2-the-bot-token) that you configured in the pre-requisites step above | | DATAHUB_ACTIONS_SLACK_CHANNEL | ✅ | Set to the [Slack Channel ID](#3-the-slack-channel) that you want the action to send messages to | -| DATAHUB_ACTIONS_DATAHUB_BASE_URL | ❌ | Defaults to "http://localhost:9002". Set to the location where your DataHub UI is running. On a local quickstart this is usually "http://localhost:9002", so you shouldn't need to modify this | +| DATAHUB_ACTIONS_SLACK_DATAHUB_BASE_URL | ❌ | Defaults to "http://localhost:9002". Set to the location where your DataHub UI is running. On a local quickstart this is usually "http://localhost:9002", so you shouldn't need to modify this | :::note @@ -279,4 +279,4 @@ No user action configurations found. Not starting user actions. [2022-12-04 06:45:27,649] INFO {datahub_actions.cli.actions:119} - Action Pipeline with name 'ingestion_executor' is now running. ... -``` \ No newline at end of file +``` diff --git a/docs/actions/actions/teams.md b/docs/actions/actions/teams.md index 55f0c72dff640..c61f472cf36fe 100644 --- a/docs/actions/actions/teams.md +++ b/docs/actions/actions/teams.md @@ -87,7 +87,7 @@ Similar to the quickstart scenario, there are no specific software installation | --- | --- | --- | | DATAHUB_ACTIONS_TEAMS_ENABLED | ✅ | Set to "true" to enable the Teams action | | DATAHUB_ACTIONS_TEAMS_WEBHOOK_URL | ✅ | Set to the incoming webhook url that you configured in the [pre-requisites step](#prerequisites) above | -| DATAHUB_ACTIONS_DATAHUB_BASE_URL | ✅| Set to the location where your DataHub UI is running. For example, if your DataHub UI is hosted at "https://datahub.my-company.biz", set this to "https://datahub.my-company.biz"| +| DATAHUB_ACTIONS_TEAMS_DATAHUB_BASE_URL | ✅| Set to the location where your DataHub UI is running. For example, if your DataHub UI is hosted at "https://datahub.my-company.biz", set this to "https://datahub.my-company.biz"| #### Bare Metal - CLI or Python-based