Prajwal782007 commited on
Commit
2f90681
·
1 Parent(s): a8aa990

docs: remove links section from main.go HTML response

Browse files
Files changed (1) hide show
  1. main.go +1 -4
main.go CHANGED
@@ -210,10 +210,7 @@ POST /coordinate → apply price multipliers (for coordinator)
210
  POST /simulate {action}→ predict next state (world model API)
211
  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" target="_blank" rel="noopener noreferrer">GitHub Repository</a></li>
216
- </ul>
217
  </body>
218
  </html>`
219
  w.Write([]byte(html))
 
210
  POST /simulate {action}→ predict next state (world model API)
211
  POST /reset {task_id} → start new episode
212
  POST /step {action} → take action</pre>
213
+
 
 
 
214
  </body>
215
  </html>`
216
  w.Write([]byte(html))