Skip to content

Redirect Hackathon Winners page to the Blog #1742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/getting-started/other-tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Our Starter Kits help jumpstart your full-stack development process. You can get
Looking for more ways to use Chainlink? Here are some resources that discuss Chainlink's use cases as well as the winning projects we've had in our previous hackathons. There is also a link to the Marketplace where you can find the latest data provider nodes and explore the network.

- [77 Use Cases by Chainlink](https://blog.chain.link/44-ways-to-enhance-your-smart-contract-with-chainlink/)
- [Past Hackathon Winning Projects](/resources/example-projects)
- [Blog posts featuring past hackathons and winners](https://blog.chain.link/?s=hackathon)

## Outreach

Expand Down
130 changes: 0 additions & 130 deletions src/content/resources/example-projects.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions src/content/resources/hackathon-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For a comprehensive list of resources, refer to the [Learning Resources](/gettin

</Aside>

This page lists useful resource to help you get started with Hackathon projects. If you want to check out code from past hackathons to get some inspiration, check out the [Example Projects](/resources/example-projects).
This page lists useful resource to help you get started with Hackathon projects. If you want to check out code from past hackathons to get some inspiration, check out the [Blog](https://blog.chain.link/?s=hackathon) to find past hackathons and winners.

## Starter kits

Expand All @@ -36,15 +36,15 @@ If you are new to Smart Contracts, read the [Getting Started Guide](/getting-sta
- [Video Tutorials](https://www.youtube.com/playlist?list=PLVP9aGDn-X0QwJVbQvuKr-zrh2_DV5M6J)
- [@Chain_Dev Video Tutorials](https://www.youtube.com/@Chain_Dev/videos)
- [What is Ethereum?](https://www.youtube.com/playlist?list=PLVP9aGDn-X0QwJVbQvuKr-zrh2_DV5M6J)
- [Developer Blog (many tutorials)](https://blog.chain.link/tag/developers/)
- [Developer Blog featuring several tutorials](https://blog.chain.link/tag/developers/)
- [Testing Chainlink Smart Contracts](https://blog.chain.link/testing-chainlink-smart-contracts/)
- [NFTs and Chainlink](https://blog.chain.link/build-deploy-and-sell-your-own-dynamic-nft/)
- [Build an external adapter](/chainlink-nodes/external-adapters/developers)

## Inspiration

- [77 Use Cases by Chainlink](https://blog.chain.link/44-ways-to-enhance-your-smart-contract-with-chainlink/)
- [Past winners & code](/resources/example-projects)
- [Blog posts featuring past hackathons and winners](https://blog.chain.link/?s=hackathon)

## Partners and BUILD projects

Expand Down
7 changes: 6 additions & 1 deletion src/features/redirects/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,12 @@
},
{
"source": "docs/example-projects",
"destination": "resources/example-projects",
"destination": "https://blog.chain.link/?s=hackathon",
"statusCode": 301
},
{
"source": "resources/example-projects",
"destination": "https://blog.chain.link/?s=hackathon",
"statusCode": 301
},
{
Expand Down
5 changes: 0 additions & 5 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,6 @@
"destination": "resources/ethereum-proof-of-stake-merge",
"statusCode": 301
},
{
"source": "docs/example-projects",
"destination": "resources/example-projects",
"statusCode": 301
},
{
"source": "docs/fund-your-contract",
"destination": "resources/fund-your-contract",
Expand Down