Skip to content

Commit 7d53299

Browse files
committed
update doc links
1 parent 51edebc commit 7d53299

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Visit https://tycho-explorer.gitbook.io/docs/

frontend/src/components/dexscan/layout/HeaderActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { ChevronDown, Check, ExternalLink } from 'lucide-react';
1818
import { usePoolData } from '@/components/dexscan/shared/PoolDataContext';
1919

2020
// --- Constants for Strings and URLs ---
21-
const DOCS_URL = "https://github.com/propeller-heads/tycho-explorer";
21+
const DOCS_URL = "https://tycho-explorer.gitbook.io/docs/";
2222
const ALT_TEXT_EXTERNAL_LINK = "External link";
2323
const TEXT_DOCS = "Docs (Run locally)";
2424

frontend/src/components/dexscan/layout/MobileMenuButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { useState, useRef, useEffect } from 'react';
33
import { Menu, X, ExternalLink } from 'lucide-react';
44

55
// Constants
6-
const DOCS_URL = "https://github.com/propeller-heads/tycho-explorer";
6+
const DOCS_URL = "https://tycho-explorer.gitbook.io/docs/";
77
const POOL_LIST_TEXT = 'Pool List';
88
const MARKET_GRAPH_TEXT = 'Market Graph';
99
const DOCS_TEXT = 'Docs (Run locally)';

0 commit comments

Comments
 (0)