ofermend commited on
Commit
1d3ee48
·
1 Parent(s): 919e289

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -22,7 +22,7 @@
22
  <body>
23
  <div id="content"></div>
24
  <script>
25
- fetch('https://github.com/vectara/hallucination-leaderboard/blob/main/README.md')
26
  .then(response => response.text())
27
  .then(text => {
28
  var converter = new showdown.Converter({tables: true});
 
22
  <body>
23
  <div id="content"></div>
24
  <script>
25
+ fetch('https://raw.githubusercontent.com/vectara/hallucination-leaderboard/main/README.md')
26
  .then(response => response.text())
27
  .then(text => {
28
  var converter = new showdown.Converter({tables: true});