Skip to content
Merged
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 website/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Spice enables developers to build data-grounded AI applications and agents by co

### Connect with Us

- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spiceai.org/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spice.ai/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- [File an issue](https://github.com/spiceai/spiceai/issues/new) for bugs or issues.
- Join our team ([We're hiring!](https://spice.ai/careers)).
- Contribute code or documentation ([CONTRIBUTING.md](https://github.com/spiceai/spiceai/blob/trunk/CONTRIBUTING)).
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const config: Config = {
},
{
label: 'Slack',
href: 'https://spiceai.org/slack',
href: 'https://spice.ai/slack',
position: 'right'
},
{
Expand Down Expand Up @@ -318,7 +318,7 @@ const config: Config = {
},
{
label: 'Slack',
href: 'https://spiceai.org/slack'
href: 'https://spice.ai/slack'
},
{
label: 'X',
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/blocks'
# Spice.ai OSS

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Slack](https://img.shields.io/badge/slack-orange?logo=slack)](https://spiceai.org/slack)
[![Slack](https://img.shields.io/badge/slack-orange?logo=slack)](https://spice.ai/slack)
[![Follow on X](https://img.shields.io/twitter/follow/spice_ai.svg?style=social&logo=x)](https://x.com/intent/follow?screen_name=spice_ai)

### What is Spice?
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/molecules/social/social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Social = () => {
<Icon iconName='twitter' className='h-7 w-7 hover:text-primary' />
</Link>
<Link
href='https://spiceai.org/slack'
href='https://spice.ai/slack'
target='_blank'
rel='noreferrer'
aria-label='Spice.ai Slack Community'
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-1.10.x/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Spice enables developers to build data-grounded AI applications and agents by co

### Connect with Us

- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spiceai.org/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spice.ai/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- [File an issue](https://github.com/spiceai/spiceai/issues/new) for bugs or issues.
- Join our team ([We're hiring!](https://spice.ai/careers)).
- Contribute code or documentation ([CONTRIBUTING.md](https://github.com/spiceai/spiceai/blob/trunk/CONTRIBUTING)).
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-1.11.x/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Spice enables developers to build data-grounded AI applications and agents by co

### Connect with Us

- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spiceai.org/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spice.ai/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- [File an issue](https://github.com/spiceai/spiceai/issues/new) for bugs or issues.
- Join our team ([We're hiring!](https://spice.ai/careers)).
- Contribute code or documentation ([CONTRIBUTING.md](https://github.com/spiceai/spiceai/blob/trunk/CONTRIBUTING)).
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-1.9.x/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Spice enables developers to build data-grounded AI applications and agents by co

### Connect with Us

- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spiceai.org/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- Build with Spice and share feedback at [hey@spice.ai](mailto:hey@spice.ai), [Slack](https://spice.ai/slack), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
- [File an issue](https://github.com/spiceai/spiceai/issues/new) for bugs or issues.
- Join our team ([We're hiring!](https://spice.ai/careers)).
- Contribute code or documentation ([CONTRIBUTING.md](https://github.com/spiceai/spiceai/blob/trunk/CONTRIBUTING.md)).
Expand Down
Loading