File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ let childProcess = require('child_process')
4
4
let blogPostBase = 'https://reasonml.org/blog'
5
5
let rescriptBase = 'https://rescript-lang.org'
6
6
let manualBase = `${ rescriptBase } /docs/manual/latest`
7
- let apiBase = `${ rescriptBase } /apis/ latest`
7
+ let apiBase = `${ rescriptBase } /docs/manual/ latest/api `
8
8
9
9
let docLanguages = [
10
10
'en' ,
@@ -67,8 +67,8 @@ let docPages = {
67
67
'ecosystem/index.html' : `${ rescriptBase } /docs/manual/latest/libraries` ,
68
68
'embed-raw-javascript.html' : `${ rescriptBase } /docs/manual/latest/embed-raw-javascript` ,
69
69
'embed-raw-javascript/index.html' : `${ rescriptBase } /docs/manual/latest/embed-raw-javascript` ,
70
- 'exceptions.html' : `${ rescriptBase } /docs/manual/latest/exceptions ` ,
71
- 'exceptions/index.html' : `${ rescriptBase } /docs/manual/latest/exceptions ` ,
70
+ 'exceptions.html' : `${ rescriptBase } /docs/manual/latest/exception ` ,
71
+ 'exceptions/index.html' : `${ rescriptBase } /docs/manual/latest/exception ` ,
72
72
'extended-compiler-options.html' : `${ rescriptBase } /docs/manual/latest/introduction` ,
73
73
'extended-compiler-options/index.html' : `${ rescriptBase } /docs/manual/latest/introduction` ,
74
74
'function.html' : `${ rescriptBase } /docs/manual/latest/function` ,
You can’t perform that action at this time.
0 commit comments