Skip to content

Commit

Permalink
fix broken links (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Jan 5, 2024
1 parent 778f23f commit eb936cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div align="center">

[![Docker Pulls](https://img.shields.io/docker/pulls/parseable/parseable?logo=docker&label=Docker%20Pulls)](https://hub.docker.com/r/parseable/parseable)
[![Slack](https://img.shields.io/badge/slack-brightgreen.svg?logo=slack&label=Community&style=flat&color=%2373DC8C&)](https://launchpass.com/parseable)
[![Slack](https://img.shields.io/badge/slack-brightgreen.svg?logo=slack&label=Community&style=flat&color=%2373DC8C&)](https://join.slack.com/t/parseable/shared_invite/zt-23t505gz7-zX4T10OvkS8RAhnme4gDZQ)
[![Docs](https://img.shields.io/badge/stable%20docs-parseable.io%2Fdocs-brightgreen?style=flat&color=%2373DC8C&label=Docs)](https://www.parseable.io/docs)
[![Build](https://img.shields.io/github/checks-status/parseablehq/parseable/main?style=flat&color=%2373DC8C&label=Checks)](https://github.com/parseablehq/parseable/actions)

Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/infoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const helpResources = [
icon: IconBrandSlack,
title: 'Slack',
description: 'Join the Slack community',
href: 'https://launchpass.com/parseable',
href: 'https://join.slack.com/t/parseable/shared_invite/zt-23t505gz7-zX4T10OvkS8RAhnme4gDZQ',
},
{
icon: IconBrandGithub,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Query/QueryCodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const QueryCodeEditor: FC = () => {
<Text className={textContext}>Query</Text>
<Box style={{ height: '100%', width: '100%', textAlign: 'right' }}>
{!isLlmActive ? (
<a style={{ marginRight: '2rem' }} href="https://www.parseable.io/docs/api/llm-queries">
<a style={{ marginRight: '2rem' }} href="https://www.parseable.com/docs/integrations/llm">
Enable SQL generation with OpenAI
</a>
) : null}
Expand Down

0 comments on commit eb936cf

Please sign in to comment.