Skip to content

Commit 7a76991

Browse files
committed
Fix links for the github org. and website
1 parent 5655d38 commit 7a76991

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Feel free to send content pull requests without building the page, if you don't
1313

1414
Changes to the book should directly go to [async-std][async-std].
1515

16-
[async-std]: https://github.com/async-std/async-std
16+
[async-std]: https://github.com/async-rs/async-std
1717

1818
## Build Instructions
1919

config.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def version_variants
139139
*next_vs]
140140
end
141141

142-
GH_NEW_ISSUE_URL = "https://github.com/async-std/async-rs/issues/new?labels=%{labels}&assignees=%{assignees}&title=%{title}".freeze
142+
GH_NEW_ISSUE_URL = "https://github.com/async-rs/async.rs/issues/new?labels=%{labels}&assignees=%{assignees}&title=%{title}".freeze
143143
def feedback_link
144144
tokens = {
145145
title: "Feedback on #{URI.encode(head_title)}",
@@ -150,7 +150,7 @@ def feedback_link
150150
link_to "Provide feedback!", GH_NEW_ISSUE_URL % tokens, class: "button"
151151
end
152152

153-
GH_EDIT_FILE_URL = "https://github.com/async-std/async.rs/blob/master%{current_path}".freeze
153+
GH_EDIT_FILE_URL = "https://github.com/async-rs/async.rs/blob/master%{current_path}".freeze
154154
def edit_file_link
155155
link_to "Edit on GitHub", GH_EDIT_FILE_URL % { current_path: current_source_file}, class: "button"
156156
end

lib/site.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def name
3030
alias_method :to_s, :name
3131

3232
def github_url
33-
"https://github.com/async-std/#{name}"
33+
"https://github.com/async-rs/#{name}"
3434
end
3535

3636
def docsrs_url

source/contribute.html.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ title: Contribute
66

77
async-std is a community project open to contribution.
88

9-
The primary way to contribute to async-std is to use it and encourage other people to use it. Please let us know of any [issues](https://github.com/async-std/async-std/issues/new) that you may find, however big and small. Higher-level feedback can be given [here](#community). Fixed and improvements to [any of our repositories](https://github.com/async-std/) are highly welcome.
9+
The primary way to contribute to async-std is to use it and encourage other people to use it. Please let us know of any [issues](https://github.com/async-rs/async-std/issues/new) that you may find, however big and small. Higher-level feedback can be given [here](#community). Fixed and improvements to [any of our repositories](https://github.com/async-rs/) are highly welcome.
1010

1111
As async programming is a topic that needs good understanding, contributions to our learning materials and examples collection are highly appreciated!
1212

1313
Also, contributions to our [dependencies](/status) are very helpful and bring the whole ecosystem forward!
1414

1515
## Getting Started
1616

17-
Use [async-std](https://github.com/async-std/async-std) and [async-task](https://github.com/async-std/async-task) on an existing project.
17+
Use [async-std](https://github.com/async-rs/async-std) and [async-task](https://github.com/async-rs/async-task) on an existing project.
1818

1919
Dive deeper into the ecosystem by integrating your libraries on async-std.
2020

@@ -24,7 +24,7 @@ Join [the conversation on Discord](https://discord.gg/JvZeVNe) to discuss anythi
2424

2525
## Contribute
2626

27-
Look for issues marked with [help wanted](https://github.com/async-std/async-std/labels/help%20wanted). That’s a sign that a unit of work is up for grabs. We also label issues as [beginner friendly](https://github.com/async-std/async-std/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
27+
Look for issues marked with [help wanted](https://github.com/async-rs/async-std/labels/help%20wanted). That’s a sign that a unit of work is up for grabs. We also label issues as [beginner friendly](https://github.com/async-rs/async-std/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
2828

2929
Before diving into larger code contributions, it’s best to check in [on chat](https://discord.gg/JvZeVNe) or post a comment on the relevant GitHub issue to let others know you’re interested and ensure you understand the context.
3030

source/layouts/_footer.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
=> design_by
1414
= logo_by
1515
.footer__fine-print__social
16-
= link_to 'https://github.com/async-std/', class: 'footer__fine-print__social__icon'
16+
= link_to 'https://github.com/async-rs/', class: 'footer__fine-print__social__icon'
1717
span.fa.fa-github-alt
1818
= link_to 'https://twitter.com/asyncrust', class: 'footer__fine-print__social__icon--last'
1919
span.fa.fa-twitter

source/layouts/_header.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ header.header
1111
li.menu__item= nav_link_to 'Contribute', '/contribute', class: 'menu__item__link'
1212
li.menu__item= nav_link_to 'Chat', 'https://discord.gg/JvZeVNe', class: 'menu__item__link'
1313
li.menu__item= nav_link_to 'Status', '/status', class: 'menu__item__link'
14-
li.menu__item= nav_link_to 'GitHub', 'https://github.com/async-std', class: 'menu__item__link'
14+
li.menu__item= nav_link_to 'GitHub', 'https://github.com/async-rs', class: 'menu__item__link'
1515
// TODO: Setup Donation options
1616
//li.menu__item--last= nav_link_to 'Donate', 'https://opencollective.com/rom', class: 'menu__item__link'

source/status.html.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ table
2626
a href=project.crates_io_url
2727
img src=project.version_badge
2828
td
29-
a href="https://github.com/async-std/#{project}"
29+
a href="https://github.com/async-rs/#{project}"
3030
img src=project.ci_badge
3131

0 commit comments

Comments
 (0)