Skip to content

Commit 22d33d5

Browse files
Merge pull request #793 from DZakh-forks/fix-github-link
Update GitHub links
2 parents 77ff599 + af5da21 commit 22d33d5

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Please make sure to check out our [Code of Conduct](CODE_OF_CONDUCT.md) and make
66

77
## Ways to contribute
88

9-
- Writing docs for the manual (Check for issues that are marked with a [`manual`](https://github.com/reason-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"manual") and [`help wanted`](https://github.com/reason-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") tag)
10-
- Joining in discussions on our [issue tracker](https://github.com/reason-association/rescript-lang.org/issues)
9+
- Writing docs for the manual (Check for issues that are marked with a [`manual`](https://github.com/rescript-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"manual") and [`help wanted`](https://github.com/rescript-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted") tag)
10+
- Joining in discussions on our [issue tracker](https://github.com/rescript-association/rescript-lang.org/issues)
1111
- Give feedback for improvements (incomplete / missing docs, bad wording,
1212
search user experience / design, etc.)
1313
- Advanced: Help building platform features (design system, automatic testing, markdown parsing, etc.)
@@ -16,15 +16,15 @@ Please make sure to check out our [Code of Conduct](CODE_OF_CONDUCT.md) and make
1616

1717
### Find an issue
1818

19-
Before you start any work or submit any PRs, make sure to check our [issue tracker](https://github.com/reason-association/rescript-lang.org/issues) for any issues or discussions on the topic.
19+
Before you start any work or submit any PRs, make sure to check our [issue tracker](https://github.com/rescript-association/rescript-lang.org/issues) for any issues or discussions on the topic.
2020

2121
If you can't find any relevant issues, feel free to create a new one to start a discussion. We usually assign issues to a responsible person to prevent confusion and duplicate work, so always double check if an issue is currently being worked on, or talk to the current assignee to take over the task.
2222

2323
**Always make sure to get feedback from the core maintainers before starting any work**
2424

2525
The project follows very specific goals and tries to deliver the highest value with the least amount of resources. Please help us focus on the tasks at hand and don't submit any code / bigger refactorings without any proper discussion on the issue tracker. Otherwise your PR might not be accepted!
2626

27-
If you need inspiration on what to work on, you can check out issues tagged with [`good first issue`](https://github.com/reason-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue") or [`help wanted`](https://github.com/reason-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted").
27+
If you need inspiration on what to work on, you can check out issues tagged with [`good first issue`](https://github.com/rescript-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue") or [`help wanted`](https://github.com/rescript-association/rescript-lang.org/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted").
2828

2929
### Discuss an issue
3030

@@ -44,7 +44,7 @@ We value your voluntary work, and of course it's fine to step back from a ticket
4444

4545
### Communication Channels
4646

47-
- [Issue Tracker](https://github.com/reason-association/rescript-lang.org/issues)
47+
- [Issue Tracker](https://github.com/rescript-association/rescript-lang.org/issues)
4848
- [ReScript Discourse (General / mostly unrelated discussions)](http://forum.rescript-lang.org)
4949

5050
## Working on the rescript-lang.org
@@ -55,7 +55,7 @@ We try to keep our contribution guidelines to a minimum. Please keep following r
5555

5656
The less code we write, the better. If there's a way to do rendering on the server, or enhance existing markdown files, we prefer that over client-side rendering and external loading.
5757

58-
We also try to keep our third-party dependencies to a minimum. We use specific frameworks to make things work (`unified`, `remark`, `mdx`, `bs-platform`, etc). Please try to keep a small JS footprint, especially for client side code (to keep the bundle size small).
58+
We also try to keep our third-party dependencies to a minimum. We use specific frameworks to make things work (`unified`, `remark`, `mdx`, `bs-platform`, etc). Please try to keep a small JS footprint, especially for client side code (to keep the bundle size small).
5959

6060
### Think about the target audience & UX
6161

@@ -72,7 +72,7 @@ Always check if there are any designs for certain UI components and think about
7272

7373
### Tailwind for CSS Development
7474

75-
We use [TailwindCSS](https://tailwindcss.com) for our component styling. Check out the [tailwind.config.js](tailwind.config.js) file for configured tailwind features, colors, border-radius values etc.. If you are not familiar with Tailwind, check out existing components for inspiration.
75+
We use [TailwindCSS](https://tailwindcss.com) for our component styling. Check out the [tailwind.config.js](tailwind.config.js) file for configured tailwind features, colors, border-radius values etc.. If you are not familiar with Tailwind, check out existing components for inspiration.
7676

7777
We sometimes also need to fall back to common css (with tailwind `@apply` directives to enforce our style system). You can find the CSS main entrypoint in [styles/main.css](styles/main.css).
7878

_blogposts/2020-11-17-editor-support-custom-operators-and-more.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Hongbo continues to improve the compiler experience in monorepo-like setups. Exp
2828

2929
## Docs
3030

31-
Patrick is [rearranging the React documentation](https://github.com/reason-association/rescript-lang.org/pull/96), and continues to improve the main documentation site with Cheng Lou.
31+
Patrick is [rearranging the React documentation](https://github.com/rescript-association/rescript-lang.org/pull/96), and continues to improve the main documentation site with Cheng Lou.
3232

3333
## Syntax
3434

pages/blogpost-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on rescript-lang.org.
77

88
## Requirements
99

10-
Clone the [rescript-lang.org repo](https://github.com/reason-association/rescript-lang.org) and follow the README instructions to run the local development server.
10+
Clone the [rescript-lang.org repo](https://github.com/rescript-association/rescript-lang.org) and follow the README instructions to run the local development server.
1111

1212
Open the [localhost:3000/blog](/blog) page to see the blog page.
1313

pages/docs/guidelines/publishing-packages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Our package index will pick up the newest npm packages two times a day, so it mi
2626

2727
We also maintain a hand-curated index of different resources that are not necessarily released on npm, such as plain URLs to independent files / repositories, or GitHub gists.
2828

29-
You can submit your own resource by editing rescript-lang.org's [resource json file](https://github.com/reason-association/rescript-lang.org/blob/master/data/packages_url_resources.json) file and submit a PR.
29+
You can submit your own resource by editing rescript-lang.org's [resource json file](https://github.com/rescript-association/rescript-lang.org/blob/master/data/packages_url_resources.json) file and submit a PR.

pages/docs/react/latest/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ All our documented examples can be compiled in our [ReScript Playground](/try) a
2727
## Development
2828

2929
- In case you are having any issues or if you want to help us out improving our bindings, check out our [rescript-react GitHub repository](https://github.com/rescript-lang/rescript-react).
30-
- For doc related issues, please go to the [rescript-lang.org repo](https://github.com/reason-association/rescript-lang.org).
30+
- For doc related issues, please go to the [rescript-lang.org repo](https://github.com/rescript-association/rescript-lang.org).

pages/docs/react/v0.10.0/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ All our documented examples can be compiled in our [ReScript Playground](/try) a
2727
## Development
2828

2929
- In case you are having any issues or if you want to help us out improving our bindings, check out our [rescript-react GitHub repository](https://github.com/rescript-lang/rescript-react).
30-
- For doc related issues, please go to the [rescript-lang.org repo](https://github.com/reason-association/rescript-lang.org).
30+
- For doc related issues, please go to the [rescript-lang.org repo](https://github.com/rescript-association/rescript-lang.org).

pages/docs/react/v0.11.0/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ All our documented examples can be compiled in our [ReScript Playground](/try) a
2727
## Development
2828

2929
- In case you are having any issues or if you want to help us out improving our bindings, check out our [rescript-react GitHub repository](https://github.com/rescript-lang/rescript-react).
30-
- For doc related issues, please go to the [rescript-lang.org repo](https://github.com/reason-association/rescript-lang.org).
30+
- For doc related issues, please go to the [rescript-lang.org repo](https://github.com/rescript-association/rescript-lang.org).

src/DocsOverview.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let default = (~showVersionSelect=true) => {
3737
("Package Index", "/packages"),
3838
("rescript-react", "/docs/react/latest/introduction"),
3939
("GenType", "/docs/manual/latest/typescript-integration"),
40-
("Reanalyze", "https://github.com/reason-association/reanalyze"),
40+
("Reanalyze", "https://github.com/rescript-association/reanalyze"),
4141
]
4242

4343
let tools = [("Syntax Lookup", "/syntax-lookup")]

src/common/Constants.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let ecosystem = [
2121
("Package Index", "/packages"),
2222
("rescript-react", "/docs/react/latest/introduction"),
2323
("GenType", "/docs/manual/latest/typescript-integration"),
24-
("Reanalyze", "https://github.com/reason-association/reanalyze"),
24+
("Reanalyze", "https://github.com/rescript-association/reanalyze"),
2525
]
2626

2727
let tools = [("Syntax Lookup", "/syntax-lookup")]

src/components/Navigation.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let linkOrActiveApiSubroute = (~route) => {
1616
}
1717
}
1818

19-
let githubHref = "https://github.com/reason-association/rescript-lang.org#rescript-langorg"
19+
let githubHref = "https://github.com/rescript-lang/rescript-compiler"
2020
//let twitterHref = "https://twitter.com/rescriptlang"
2121
let discourseHref = "https://forum.rescript-lang.org"
2222

@@ -202,7 +202,7 @@ module DocsSection = {
202202
imgSrc: "/static/ic_reanalyze@2x.png",
203203
title: "Reanalyze",
204204
description: "Dead Code & Termination analysis",
205-
href: "https://github.com/reason-association/reanalyze",
205+
href: "https://github.com/rescript-association/reanalyze",
206206
isActive: _ => {
207207
false
208208
},

src/layouts/DocsLayout.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ let make = (
139139

140140
let ghEditHref = switch canonical {
141141
| Some(canonical) =>
142-
`https://github.com/reason-association/rescript-lang.org/blob/master/pages${canonical}.mdx`->Some
142+
`https://github.com/rescript-association/rescript-lang.org/blob/master/pages${canonical}.mdx`->Some
143143
| None => None
144144
}
145145
(meta, ghEditHref)

0 commit comments

Comments
 (0)