Skip to content

Commit a6305b2

Browse files
authored
fix: Broken discord link (#243)
* fix: Expired discord link * Image cleanup * More image cleanup * Yet more image cleanup
1 parent 0b356af commit a6305b2

File tree

87 files changed

+26
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+26
-22
lines changed

cli-readme/README.md

Lines changed: 11 additions & 13 deletions

pages/applications/dagster.mdpart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ Only do this if you're absolutely sure you want to bring down all associated res
8181

8282
## Troubleshooting
8383

84-
If you run into any issues with installing Dagster on Plural, feel free to join our [Discord Community](https://discord.gg/pluralsh) so that we can help you out.
84+
If you run into any issues with installing Dagster on Plural, feel free to join our [Discord Community](https://discord.com/invite/bEBAMXV64s) so that we can help you out.
8585

8686
If you'd like to request any updates or new features for our Dagster installation, feel free to open an issue [here](https://github.com/pluralsh/plural-artifacts).

pages/getting-started/cloud-shell-quickstart.md

Lines changed: 2 additions & 2 deletions

pages/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { Heading as MarkdocHeading } from '@pluralsh/design-system/dist/markdoc/
2323
import styled, { useTheme } from 'styled-components'
2424

2525
import { mqs } from '@src/components/Breakpoints'
26+
import { DISCORD_LINK } from '@src/consts'
2627

2728
const Hero = styled.div(({ theme }) => ({
2829
background: 'url(/images/landing/hero-bg-sm.png)',
@@ -256,7 +257,7 @@ function Index() {
256257
<CardLink
257258
heading="Discord"
258259
icon={<DiscordIcon />}
259-
href="https://discord.gg/pluralsh"
260+
href={DISCORD_LINK}
260261
target="_blank"
261262
rel="nofollow noreferrer"
262263
>

pages/introduction.md

Lines changed: 1 addition & 1 deletion

pages/reference/troubleshooting.md

Lines changed: 1 addition & 1 deletion

public/assets/Flow Chart.jpg

-620 KB
Binary file not shown.
-444 KB
-47.4 KB
-243 KB

0 commit comments

Comments
 (0)