Skip to content

Commit

Permalink
[docs] Fix incorrect paths to source code (#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madscientiste authored Dec 8, 2023
1 parent 5fe4860 commit 4696548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/MdxPageHeader/MdxPageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { LinkItem } from './LinkItem/LinkItem';
import classes from './MdxPageHeader.module.css';
import { ImportStatement } from './ImportStatement/ImportStatement';

const REPO_BASE = 'https://github.com/rtivital/mantine/blob/master';
const DOCS_BASE = `${REPO_BASE}/docs/pages`;
const REPO_BASE = 'https://github.com/mantinedev/mantine/blob/master';
const DOCS_BASE = `${REPO_BASE}/docs/src/pages`;
const SOURCE_BASE = `${REPO_BASE}/packages`;

interface MdxPageHeaderProps {
Expand Down

0 comments on commit 4696548

Please sign in to comment.