Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix AI learn more link (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Aug 31, 2023
1 parent fe6cdbc commit 4e3c260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Text, Link } from 'app/components/core'
import { makeStyles, shadow } from 'app/styles'

const AUDIUS_AI_BLOG_LINK =
'https://help.audius.co/help/What-should-I-know-about-AI-generated-music-on-Audius'
'https://help.audius.co/help/What-should-I-know-about-AI-generated-music-on-Audius-0a5a8'

const messages = {
title: 'Share Your AI-Generated Tracks',
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/utils/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const AUDIUS_MERCH_LINK = 'https://merch.audius.co/'
export const AUDIUS_REMIX_CONTESTS_LINK = 'https://remix.audius.co/'
export const AUDIUS_BLOG_LINK = 'https://blog.audius.co/'
export const AUDIUS_AI_BLOG_LINK =
'https://help.audius.co/help/What-should-I-know-about-AI-generated-music-on-Audius'
'https://help.audius.co/help/What-should-I-know-about-AI-generated-music-on-Audius-0a5a8'
export const AUDIUS_GATED_CONTENT_BLOG_LINK =
'https://blog.audius.co/article/introducing-nft-collectible-gated-content'
export const AUDIUS_CONTACT_EMAIL_LINK = 'mailto:contact@audius.co'
Expand Down

0 comments on commit 4e3c260

Please sign in to comment.