Skip to content

Commit

Permalink
Update hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgruesso committed Oct 1, 2023
1 parent cf3a584 commit 55c38c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Additionally, the project showcases how to send automatic payouts using [Chainli
Clone the repo:

```bash
git clone https://github.com/hackbg/chainlink-prediction-game
git clone https://github.com/smartcontractkit/prediction-game
```

It contains two separate projects:
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function MainNav() {
/>
</a>
<a
href="https://github.com/hackbg/chainlink-prediction-game"
href="https://github.com/smartcontractkit/prediction-game"
target="_blank"
rel="noreferrer"
className="mt-4 flex items-center space-x-[8px] text-base font-bold leading-4 hover:underline hover:brightness-125"
Expand Down
4 changes: 2 additions & 2 deletions app/src/config/site.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const siteConfig = {
name: 'Rugby Predictions',
links: {
github: 'https://github.com/hackbg',
twitter: 'https://twitter.com/hackbg',
github: 'https://github.com/smartcontractkit/prediction-game',
twitter: 'https://twitter.com/chainlink',
},
}

Expand Down

0 comments on commit 55c38c4

Please sign in to comment.