Skip to content

Commit

Permalink
Fix links from apps/doc to apps/web
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-sreedhar committed Jul 17, 2024
1 parent 165f569 commit 03b2a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ This repository is a monorepo containing:
1. [Python SDK](/packages/python-sdk)
1. [JS SDK](/packages/js-sdk)
1. [CLI](/packages/cli)
1. [Documentation](/apps/docs/)
1. [Documentation](/apps/web/)
2 changes: 1 addition & 1 deletion apps/web/src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const mdLangToLangShort: Record<string, LangShort> = {

export const languageNames: Record<string, string> = {
js: 'JavaScript & TypeScript',
ts: '⚠️ FIXME See note in apps/docs/src/utils/consts.ts', // Please avoid using `ts`, see note above
ts: '⚠️ FIXME See note in apps/web/src/utils/consts.ts', // Please avoid using `ts`, see note above
javascript: 'JavaScript',
typescript: 'TypeScript',

Expand Down

0 comments on commit 03b2a65

Please sign in to comment.