Skip to content

Commit 9b72db6

Browse files
authored
Update README.md to use static Slack link
2 parents 3820882 + 8e90b41 commit 9b72db6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: release
22

3-
on:
4-
workflow_run:
5-
workflows:
6-
- build
7-
branches: [main]
8-
types:
9-
- completed
3+
# on:
4+
# workflow_run:
5+
# workflows:
6+
# - build
7+
# branches: [main]
8+
# types:
9+
# - completed
1010

1111
jobs:
1212
tag-release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![test](https://github.com/databento/databento-cpp/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/databento/databento-cpp/actions/workflows/build.yaml)
44
[![license](https://img.shields.io/github/license/databento/databento-cpp?color=blue)](./LICENSE)
5-
[![Slack](https://img.shields.io/badge/join_Slack-community-darkblue.svg?logo=slack)](https://join.slack.com/t/databento-hq/shared_invite/zt-24oqyrub9-MellISM2cdpQ7s_7wcXosw)
5+
[![Slack](https://img.shields.io/badge/join_Slack-community-darkblue.svg?logo=slack)](http://to.dbn.to/slack)
66

77
The official C++ client library for [Databento](https://databento.com).
88
The client supports both streaming real-time and historical market data through similar interfaces.

0 commit comments

Comments
 (0)