Skip to content

Commit f6be002

Browse files
authored
Update Slack invite links (#2675)
* Updates slack invite links with new link. --------- Signed-off-by: Michael Robinson <[email protected]>
1 parent 0ce9e0f commit f6be002

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

CODE_QUALITY_AND_SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The specific security and analysis methodologies that we employ include but are
2626

2727
For more information about our approach to quality and security, feel free to reach out to the Marquez development team:
2828

29-
- Slack: [Marquezproject.slack.com](http://bit.ly/Marquez_invite)
29+
- Slack: [Marquezproject.slack.com](http://bit.ly/Mqz_invite)
3030
- Twitter: [@MarquezProject](https://twitter.com/MarquezProject)
3131

3232
----

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
We're excited you're interested in contributing to Marquez! We'd love your help, and there are plenty of ways to contribute:
44

55
* Give the repo a star
6-
* Join our [slack](http://bit.ly/Marquez_invite) channel and leave us feedback or help with answering questions from the community
6+
* Join our [slack](http://bit.ly/Mqz_invite) channel and leave us feedback or help with answering questions from the community
77
* Fix or [report](https://github.com/MarquezProject/marquez/issues/new) a bug
88
* Fix or improve documentation
99
* For newcomers, pick up a ["good first issue"](https://github.com/MarquezProject/marquez/labels/good%20first%20issue), then send a pull request our way (see the [resources](#resources) section below for helpful links to get started)
1010

11-
We feel that a welcoming community is important and we ask that you follow the [Contributor Covenant Code of Conduct](https://github.com/MarquezProject/marquez/blob/main/CODE_OF_CONDUCT.md) in all interactions with the community.
11+
We feel that a welcoming community is important and we ask that you follow the [Contributor Covenant Code of Conduct](https://github.com/MarquezProject/marquez/blob/main/CODE_OF_CONDUCT.md) in all interactions with the community.
1212

1313
If you’re interested in using or learning more about Marquez, reach out to us on our [slack](http://bit.ly/Marquez_invite) channel and follow [@MarquezProject](https://twitter.com/MarquezProject) for updates. We also encourage new comers to [join](https://lists.lfaidata.foundation/g/marquez-technical-discuss/ics/invite.ics?repeatid=32038) our monthly community meeting!
1414

@@ -250,4 +250,4 @@ We use [SPDX](https://spdx.dev) for copyright and license information. The follo
250250

251251
----
252252
SPDX-License-Identifier: Apache-2.0
253-
Copyright 2018-2023 contributors to the Marquez project.
253+
Copyright 2018-2023 contributors to the Marquez project.

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Or a meeting may be at an organization's offices that are required to maintain a
100100

101101
## Marquez on Slack
102102

103-
Marquez uses [a Slack community](https://bit.ly/Marquez_invite) to provide an ongoing dialogue between members.
103+
Marquez uses [a Slack community](https://bit.ly/Mqz_invite) to provide an ongoing dialogue between members.
104104
This creates a recorded discussion of design decisions and discussions that complement the project meetings.
105105

106106
Follow the link above and register with the Slack service using your email address.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Marquez is an open source **metadata service** for the **collection**, **aggrega
1212
[![CircleCI](https://circleci.com/gh/MarquezProject/marquez/tree/main.svg?style=shield)](https://circleci.com/gh/MarquezProject/marquez/tree/main)
1313
[![codecov](https://codecov.io/gh/MarquezProject/marquez/branch/main/graph/badge.svg)](https://codecov.io/gh/MarquezProject/marquez/branch/main)
1414
[![status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
15-
[![Slack](https://img.shields.io/badge/slack-chat-blue.svg)](https://bit.ly/Marquez_invite)
15+
[![Slack](https://img.shields.io/badge/slack-chat-blue.svg)](https://bit.ly/Mqz_invite)
1616
[![license](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/MarquezProject/marquez/main/LICENSE)
1717
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
1818
[![maven](https://img.shields.io/maven-central/v/io.github.marquezproject/marquez-api.svg)](https://search.maven.org/search?q=g:io.github.marquezproject)
@@ -160,7 +160,7 @@ Marquez listens on port `8080` for all API calls and port `8081` for the admin i
160160

161161
* Website: https://marquezproject.ai
162162
* Source: https://github.com/MarquezProject/marquez
163-
* Chat: [MarquezProject Slack](https://bit.ly/Marquez_invite)
163+
* Chat: [MarquezProject Slack](https://bit.ly/Mqz_invite)
164164
* Twitter: [@MarquezProject](https://twitter.com/MarquezProject)
165165

166166
## Contributing

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In this simple example, we showed you how to write sample lineage metadata to a
111111

112112
## Feedback
113113

114-
What did you think of this guide? You can reach out to us on [slack](http://bit.ly/Marquez_invite) and leave us feedback, or [open a pull request](https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md#submitting-a-pull-request) with your suggestions!
114+
What did you think of this guide? You can reach out to us on [slack](http://bit.ly/Mqz_invite) and leave us feedback, or [open a pull request](https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md#submitting-a-pull-request) with your suggestions!
115115

116116
----
117117
SPDX-License-Identifier: Apache-2.0

docs/v2/blog/2021-07-14-using-marquez-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ For a list of all the available queries and more information about the API, see
550550

551551
Interested in contributing to the project? Read our guide for new contributors: https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md.
552552

553-
Join us on Slack: http://bit.ly/MarquezSlack.
553+
Join us on Slack: http://bit.ly/Mqz_invite.
554554

555555

556556

docs/v2/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const config = {
133133
items: [
134134
{
135135
label: 'Slack',
136-
href: 'https://bit.ly/Marquez_invite',
136+
href: 'https://bit.ly/Mqz_invite',
137137
},
138138
{
139139
label: 'YouTube',

docs/v2/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function HomepageHeader() {
3333
</Link>
3434
<Link
3535
className="button button--secondary button--md margin-left--md"
36-
href="https://bit.ly/Marquez_invite">
36+
href="https://bit.ly/Mqz_invite">
3737
Slack
3838
</Link>
3939
</div>

examples/airflow/airflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ _Congrats_! You successfully step through a troubleshooting scenario of a failin
309309

310310
# Feedback
311311

312-
What did you think of this example? You can reach out to us on [slack](http://bit.ly/Marquez_invite) and leave us feedback, or [open a pull request](https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md#submitting-a-pull-request) with your suggestions!
312+
What did you think of this example? You can reach out to us on [slack](http://bit.ly/Mqz_invite) and leave us feedback, or [open a pull request](https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md#submitting-a-pull-request) with your suggestions!

0 commit comments

Comments
 (0)