Prajwal782007 commited on
Commit
8078e50
·
1 Parent(s): 8240ff4

feat: make GitHub link open in new tab

Browse files
Files changed (1) hide show
  1. main.go +1 -1
main.go CHANGED
@@ -212,7 +212,7 @@ POST /reset {task_id} → start new episode
212
  POST /step {action} → take action</pre>
213
  <h3>📚 Links</h3>
214
  <ul>
215
- <li><a href="https://github.com/LO-Kyu/gridmind">GitHub Repository</a></li>
216
  <li><a href="https://openenv.org">OpenEnv Specification</a></li>
217
  </ul>
218
  </body>
 
212
  POST /step {action} → take action</pre>
213
  <h3>📚 Links</h3>
214
  <ul>
215
+ <li><a href="https://github.com/LO-Kyu/gridmind" target="_blank" rel="noopener noreferrer">GitHub Repository</a></li>
216
  <li><a href="https://openenv.org">OpenEnv Specification</a></li>
217
  </ul>
218
  </body>