diff --git a/docs/developing-integrations.md b/docs/developing-integrations.md index 91ce186..a1b5fb6 100644 --- a/docs/developing-integrations.md +++ b/docs/developing-integrations.md @@ -6,7 +6,7 @@ CA Flowdock provides a full-fledged framework for creating custom applications t We've split this integration guide into two parts. The first part is a hands-on guide for quickly getting messages posted to a flow, while the second part goes into the inherent complexities of the OAuth authentication process and building a production-grade integration. -If anything is unclear, visit our [community](https://communities.ca.com/community/ca-agile-central/ca-flowdock) page for support. +If anything is unclear, visit our [community](https://community.broadcom.com/enterprisesoftware/communities/communityhomeblogs?CommunityKey=4368e236-21f9-45e2-b86f-da55ab677e23) page for support. ### 1. Quick start guide: Post messages to a flow diff --git a/docs/production-integrations.md b/docs/production-integrations.md index 321961e..5618534 100644 --- a/docs/production-integrations.md +++ b/docs/production-integrations.md @@ -8,7 +8,7 @@ This guide will step you through the process of integrating your web app with CA We have created [an example application](https://github.com/flowdock/flowdock-example-integration) using Ruby on Rails. This guide will point you to relevant parts of the code. -If you have any questions, don't hesitate to visit our [community](https://communities.ca.com/community/ca-agile-central/ca-flowdock) page for support. +If you have any questions, don't hesitate to visit our [community](https://community.broadcom.com/enterprisesoftware/communities/communityhomeblogs?CommunityKey=4368e236-21f9-45e2-b86f-da55ab677e23) page for support. This guide is divided into the five steps of the development process: @@ -176,7 +176,7 @@ Posting to the flow's chat is generally desirable only when e.g. replying to a c
### Publish your application -Published applications will be listed in a flow's Inbox Sources for all CA Flowdock users, and will be featured on our [Integrations page](/integrations). You can submit your application for review by visiting our [community](https://communities.ca.com/community/ca-agile-central/ca-flowdock) page. +Published applications will be listed in a flow's Inbox Sources for all CA Flowdock users, and will be featured on our [Integrations page](/integrations). You can submit your application for review by visiting our [community](https://community.broadcom.com/enterprisesoftware/communities/communityhomeblogs?CommunityKey=4368e236-21f9-45e2-b86f-da55ab677e23) page. ### Integration configuration diff --git a/docs/scim.md b/docs/scim.md index 42a847f..e2233c2 100644 --- a/docs/scim.md +++ b/docs/scim.md @@ -2,7 +2,7 @@ The Single Sign-On for CA Flowdock Enterprise offers partial support for provisioning using [System for Cross-Domain Identity Management (SCIM)](http://www.simplecloud.info/). -To use the SCIM API, you need to be a CA Flowdock Enterprise customer and have Single Sign-On configured for your organization. Visit our [community](https://communities.ca.com/community/ca-agile-central/ca-flowdock) page for support. +To use the SCIM API, you need to be a CA Flowdock Enterprise customer and have Single Sign-On configured for your organization. Visit our [community](https://community.broadcom.com/enterprisesoftware/communities/communityhomeblogs?CommunityKey=4368e236-21f9-45e2-b86f-da55ab677e23) page for support. ## Basics