sbrandeis HF staff commited on
Commit
44484b3
β€’
1 Parent(s): f420b3d

πŸ› fix: Open a new tab

Browse files

Otherwise, the link opens in the iframe!

Files changed (1) hide show
  1. home.html +1 -1
home.html CHANGED
@@ -12,7 +12,7 @@
12
 
13
  <p>This is a webhook space to auto-retrain on model when a dataset changes.</p>
14
 
15
- <p>Check out the guide <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain">here</a>!</p>
16
  </div>
17
  </body>
18
  </html>
 
12
 
13
  <p>This is a webhook space to auto-retrain on model when a dataset changes.</p>
14
 
15
+ <p>Check out the guide <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain" target="_blank">here</a>!</p>
16
  </div>
17
  </body>
18
  </html>