root commited on
Commit
2269f6b
·
1 Parent(s): 5638dcf

feat: add link to SQL-RL repository in playground.html for easy access

Browse files
Files changed (1) hide show
  1. server/playground.html +1 -0
server/playground.html CHANGED
@@ -232,6 +232,7 @@
232
  <h1>SQL data analyst playground</h1>
233
  </div>
234
  <div class="links">
 
235
  <a href="/docs">API docs</a>
236
  <a href="/health">Health</a>
237
  </div>
 
232
  <h1>SQL data analyst playground</h1>
233
  </div>
234
  <div class="links">
235
+ <a href="https://code.xeze.org/Hackathons/SQL-RL" target="_blank" rel="noopener noreferrer">Repository</a>
236
  <a href="/docs">API docs</a>
237
  <a href="/health">Health</a>
238
  </div>