Skip to content
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 _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3>Overview</h3>
<h3>Contact</h3>
<ul>
<li>
<a target="_blank" href="https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM">Slack Chat</a>
<a target="_blank" href="https://discord.gg/wgqkMBsSRV">Discord Chat</a>
</li>
<li>
<a href="mailto:richmolj@gmail.com">Email</a>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-05-20-graphiti-1-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Though you don't have to do anything to upgrade to Graphiti 1.2, this release wi
I'm quite happy with how this effort turned out. This release dramatically improves our integration with Rails internals, and I think everyone involved learned a lot. I'm honored to work with such talented developers in our open-source community ❤️

If you have any further questions, check out the `#dev` or `#rails`
channels in our [Slack Chat](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM)
channels in our [Discord Chat](https://discord.gg/wgqkMBsSRV)

<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Blog

> Here you can keep up-to-date with Graphiti, including updates,
> deprecations, and our future roadmap. If there's anything you'd like
> to read about, let us know [on Slack](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM)
> to read about, let us know [on Discord](https://discord.gg/wgqkMBsSRV)

{% for post in site.posts %}
<h2><a href="{{post.url}}">{{ post.title }}</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion guides/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ tired of seeing this trick performed.

There's plenty more we haven't even touched on. Check out the
[Guides]({{site.github.url}}/guides), or dive right in with the [Quickstart]({{site.github.url}}/quickstart) or [Tutorial]({{site.github.url}}/tutorial). If
things get tricky, ask for help in our [Slack Chat](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM). Reach out to me
things get tricky, ask for help in our [Discord Chat](https://discord.gg/wgqkMBsSRV). Reach out to me
directly at <a href="mailto:richmolj@gmail.com">richmolj@gmail.com</a> or [@richmolj](https://twitter.com/richmolj) on Twitter.

{% include h.html tag="h2" text="Addendum: Holy Shit" a="addendum" %}
Expand Down
2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ learn more about advanced usage and customization, we suggest following
the [Tutorial]({{site.github.url}}/tutorial) and reading through the
[Guides]({{site.github.url}}/guides).

For help with specific use cases, [join our Slack chat](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM)!
For help with specific use cases, [join our Discord chat](https://discord.gg/wgqkMBsSRV)!

{% include h.html tag="h2" text="Testing" a="testing" %}

Expand Down