Skip to content

Commit a93439d

Browse files
authored
Update spec.html
1 parent 02b31e0 commit a93439d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/spec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
</style>
3333
<script>
34-
var bnf_path = "https://raw.githubusercontent.com/LingDong-/wenyan-lang/new_compiler/antlr/cpp/wenyan.g4"
34+
var bnf_path = "https://raw.githubusercontent.com/LingDong-/wenyan-lang/master/documentation/wenyan.g4"
3535

3636
function rich(txt){
3737
function anchor(t,other){
@@ -62,4 +62,4 @@
6262
.then((txt) => {
6363
document.body.innerHTML = "<i style='font-size:18px;font-family:serif'>Wenyan Language Specification</i><br><br>"+rich(txt);
6464
});
65-
</script>
65+
</script>

0 commit comments

Comments
 (0)