Skip to content

Commit

Permalink
fix: updated refs
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 20, 2024
1 parent 2c76d65 commit 298f6f9
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Architecture = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/README.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/README.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/README.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/README.md"
/>
);

Expand Down
4 changes: 2 additions & 2 deletions src/js/components/App/pages/Documentation/pages/Dao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Dao = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/dao.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/dao.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/dao.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/dao.md"
/>
);

Expand Down
4 changes: 2 additions & 2 deletions src/js/components/App/pages/Documentation/pages/Deferred.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Deferred = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/contracts/Deferred.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/contracts/Deferred.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/contracts/Deferred.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/contracts/Deferred.md"
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const DeferredData = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/canisters/deferred-data.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/canisters/deferred-data.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/canisters/deferred-data.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/canisters/deferred-data.md"
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const DeferredMinter = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/canisters/deferred-minter.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/canisters/deferred-minter.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/canisters/deferred-minter.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/canisters/deferred-minter.md"
/>
);

Expand Down
4 changes: 2 additions & 2 deletions src/js/components/App/pages/Documentation/pages/Ekoke.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Ekoke = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/contracts/Ekoke.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/contracts/Ekoke.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/contracts/Ekoke.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/contracts/Ekoke.md"
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Marketplace = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/contracts/Marketplace.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/contracts/Marketplace.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/contracts/Marketplace.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/contracts/Marketplace.md"
/>
);

Expand Down
4 changes: 2 additions & 2 deletions src/js/components/App/pages/Documentation/pages/Reward.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Reward = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/reward.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/reward.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/reward.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/reward.md"
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const RewardPool = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/contracts/RewardPool.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/contracts/RewardPool.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/contracts/RewardPool.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/contracts/RewardPool.md"
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import MdPage from '../MdPage';
const Whitepaper = () => (
<MdPage
url={
'https://raw.githubusercontent.com/EKOKEtoken/ekoke/refs/heads/main/docs/whitepaper.md'
'https://raw.githubusercontent.com/EKOKE-DAO/ekoke/refs/heads/main/docs/whitepaper.md'
}
githubUrl="https://github.com/EKOKEtoken/ekoke/blob/main/docs/whitepaper.md"
githubUrl="https://github.com/EKOKE-DAO/ekoke/blob/main/docs/whitepaper.md"
/>
);

Expand Down
4 changes: 2 additions & 2 deletions src/js/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Footer = () => {
<Container.FlexCols className="gap-4 flex-1">
<Heading.H2 className="text-white">Follow Us On</Heading.H2>
<Link.IconLink
href={'https://github.com/EKOKEtoken'}
href={'https://github.com/EKOKE-DAO'}
target="_blank"
className="text-white"
>
Expand Down Expand Up @@ -96,7 +96,7 @@ const Footer = () => {
<span className="ml-2">TikTok</span>
</Link.IconLink>
<Link.IconLink
href={'https://x.com/ekoketoken'}
href={'https://x.com/ekokedao'}
target="_blank"
className="text-white"
>
Expand Down

0 comments on commit 298f6f9

Please sign in to comment.