We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72baa0c commit 9f155e2Copy full SHA for 9f155e2
1 file changed
src/lib/helpers/projectsProvider.ts
@@ -317,8 +317,8 @@ export function getFunProjects(): FunProject[] {
317
'OpenHands is an open-source AI coding agent that can write code for you. I worked on the UI for OpenHands for a few months.',
318
'images/openhands.png',
319
[
320
- new LinkWithIcon('http://endoftext.app', Web),
321
- new LinkWithIcon('https://Github.com/end-of-text/endoftext', Github)
+ new LinkWithIcon('https://openhands.daytona.io', Web),
+ new LinkWithIcon('https://github.com/All-Hands-AI/OpenHands', Github)
322
]
323
),
324
new FunProject(
0 commit comments