Skip to content

Commit 47f979d

Browse files
committed
Update github nav link / update README to point to the right repos
1 parent e1f1661 commit 47f979d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
# rescript-lang.org
66

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
912

1013
## Setup
1114

components/Navigation.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let linkOrActiveDocsSubroute = (~route) => {
3434
};
3535
};
3636

37-
let githubHref = "https://github.com/rescript-lang";
37+
let githubHref = "https://github.com/reason-association/rescript-lang.org#rescript-langorg";
3838
let twitterHref = "https://twitter.com/rescriptlang";
3939
let discourseHref = "https://forum.rescript-lang.org";
4040

0 commit comments

Comments
 (0)