Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developing-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/production-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -176,7 +176,7 @@ Posting to the flow's chat is generally desirable only when e.g. replying to a c
<div id="/publish-app"></div>
### 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.

<div id="/integration-configuration"></div>
### Integration configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/scim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down