File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# rescript-lang.org
6
6
7
- This is the repository for [ rescript-lang.org] ( https://rescript-lang.org ) and
8
- is currently ** work in progress** .
7
+ This is the official documentation platform for the [ ReScript] ( https://rescript-lang.org ) programming language.
8
+
9
+ ** In case you want to report a technical issue, please refer to the appropriate repository:**
10
+ - [ rescript-compiler] ( https://github.com/rescript-lang/rescript-compiler ) : The compiler and build system
11
+ - [ rescript-syntax] ( https://github.com/rescript-lang/syntax ) : The ReScript syntax
9
12
10
13
## Setup
11
14
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let linkOrActiveDocsSubroute = (~route) => {
34
34
};
35
35
};
36
36
37
- let githubHref = "https://github.com/rescript-lang" ;
37
+ let githubHref = "https://github.com/reason-association/ rescript-lang.org#rescript-langorg " ;
38
38
let twitterHref = "https://twitter.com/rescriptlang" ;
39
39
let discourseHref = "https://forum.rescript-lang.org" ;
40
40
You can’t perform that action at this time.
0 commit comments