Skip to content

Commit

Permalink
Updated documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
maulikp-splunk authored Jan 31, 2024
1 parent 6363d44 commit 37a72d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions signalflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SignalFlow API allows SignalFx users to execute real-time streaming analytics
computations on the SignalFx platform. For more information, head over to our
Developers documentation:

* [SignalFlow Overview](https://developers.signalfx.com/signalflow_analytics/signalflow_overview.html)
* [SignalFlow API Reference](https://developers.signalfx.com/signalflow_reference.html)
* [SignalFlow Overview](https://dev.splunk.com/observability/docs/signalflow/)
* [SignalFlow API Reference](https://dev.splunk.com/observability/reference/api/signalflow/latest)

Executing a SignalFlow program is very simple with this client library:

Expand Down Expand Up @@ -45,4 +45,4 @@ case DATA_MESSAGE:
Map<String,Object> metadata = computation.getMetadata(datum.getKey());
// ...
}
```
```

0 comments on commit 37a72d3

Please sign in to comment.