Skip to content

Commit e69b762

Browse files
committed
Updates links and references for repo rename
1 parent 68d68ad commit e69b762

23 files changed

+43
-43
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Fixes <Replace with issue link>
1212
<details>
1313
<summary>Contribution guidelines:</summary><br>
1414

15-
- See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs.
15+
- See our [contributor guide](https://github.com/dart-lang/website/blob/main/CONTRIBUTING.md) for general expectations for PRs.
1616
- Larger or significant changes should be discussed in an issue before creating a PR.
1717
- Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`.
1818
- Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/doc/code-excerpts.md) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well.

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
analyze:
1515
name: Analyze
1616
runs-on: ubuntu-latest
17-
if: github.repository == 'dart-lang/site-www'
17+
if: github.repository == 'dart-lang/website'
1818
permissions:
1919
actions: read
2020
contents: read

.github/workflows/no-response.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
noResponse:
1919
runs-on: ubuntu-latest
20-
if: ${{ github.repository == 'dart-lang/site-www' }}
20+
if: ${{ github.repository == 'dart-lang/website' }}
2121
steps:
2222
- uses: godofredoc/no-response@0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09
2323
with:

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ More info:
3737
* For more ways to contribute to Dart, see the
3838
[dart-lang/sdk Contributing page][].
3939

40-
[beginner]: https://github.com/dart-lang/site-www/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3A%22help%20wanted%22%20label%3Abeginner%20
40+
[beginner]: https://github.com/dart-lang/website/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3A%22help%20wanted%22%20label%3Abeginner%20
4141
[dart-lang/sdk Contributing page]: https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md
4242
[GitHub pull request]: https://docs.github.com/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
4343
[Google Developer Documentation Style Guide]: https://developers.google.com/style/
44-
[help wanted]: https://github.com/dart-lang/site-www/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20label%3A%22help%20wanted%22%20
44+
[help wanted]: https://github.com/dart-lang/website/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20label%3A%22help%20wanted%22%20
4545
[in the site-shared repo]: https://github.com/dart-lang/site-shared/blob/main/doc
46-
[issue tracker]: https://github.com/dart-lang/site-www/issues
46+
[issue tracker]: https://github.com/dart-lang/website/issues
4747
[on Flutter's Discord server]: https://github.com/flutter/flutter/wiki/Chat
48-
[Report issues]: https://github.com/dart-lang/site-www/issues/new/choose
48+
[Report issues]: https://github.com/dart-lang/website/issues/new/choose
4949
[semantic line breaks]: https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks
5050
[sign the CLA]: https://developers.google.com/open-source/cla/individual
5151
[www]: https://dart.dev
@@ -81,8 +81,8 @@ the [GitHub Actions][] CI build will fail.
8181
Just update the PR, and GitHub Actions will run again.
8282

8383
[GitHub Actions]: https://docs.github.com/actions/learn-github-actions/understanding-github-actions
84-
[/src/language/variables.md]: https://github.com/dart-lang/site-www/blob/main/src/language/variables.md
85-
[/examples/misc/lib/language_tour/variables.dart]: https://github.com/dart-lang/site-www/blob/main/examples/misc/lib/language_tour/variables.dart
84+
[/src/language/variables.md]: https://github.com/dart-lang/website/blob/main/src/language/variables.md
85+
[/examples/misc/lib/language_tour/variables.dart]: https://github.com/dart-lang/website/blob/main/examples/misc/lib/language_tour/variables.dart
8686

8787
## A word about conduct
8888

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and we're [first-timer friendly][first-timers]!
1111

1212
## Getting started
1313

14-
Start by looking for an [issue](https://github.com/dart-lang/site-www/issues)
14+
Start by looking for an [issue](https://github.com/dart-lang/website/issues)
1515
that catches your interest, or create an issue with your proposed change.
1616
Ask for the issue to be assigned to you.
1717

@@ -30,8 +30,8 @@ If you want or need to build, follow the steps below.
3030
> **Help us improve these instructions!**
3131
> If you have any problems getting set up to build or performing the
3232
> actual build, please
33-
> [edit this README](https://github.com/dart-lang/site-www/edit/main/README.md)
34-
> or [file an issue](https://github.com/dart-lang/site-www/issues/new?title=README%20issue)
33+
> [edit this README](https://github.com/dart-lang/website/edit/main/README.md)
34+
> or [file an issue](https://github.com/dart-lang/website/issues/new?title=README%20issue)
3535
> (or both).
3636
3737
## Before you build this site
@@ -77,7 +77,7 @@ _choose one_ of the following submodule-cloning techniques:
7777
using the `--recurse-submodules` option:
7878

7979
```terminal
80-
$ git clone --recurse-submodules https://github.com/dart-lang/site-www.git
80+
$ git clone --recurse-submodules https://github.com/dart-lang/website.git
8181
```
8282

8383
*OR*
@@ -223,18 +223,18 @@ personal Firebase hosting staging site as follows:
223223
the staged version, the names of your reviewers, and so on.
224224

225225

226-
[Build Status SVG]: https://github.com/dart-lang/site-www/workflows/build/badge.svg
227-
[OpenSSF Scorecard SVG]: https://api.securityscorecards.dev/projects/github.com/dart-lang/site-www/badge
228-
[Scorecard Results]: https://deps.dev/project/github/dart-lang%2Fsite-www
226+
[Build Status SVG]: https://github.com/dart-lang/website/workflows/build/badge.svg
227+
[OpenSSF Scorecard SVG]: https://api.securityscorecards.dev/projects/github.com/dart-lang/website/badge
228+
[Scorecard Results]: https://deps.dev/project/github/dart-lang%2Fwebsite
229229
[cloning]: https://help.github.com/articles/cloning-a-repository
230230
[DartPad]: https://dartpad.dev
231231
[Firebase]: https://firebase.google.com/
232232
[first-timers SVG]: https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square
233233
[first-timers]: https://www.firsttimersonly.com/
234234
[forking]: https://docs.github.com/en/get-started/quickstart/fork-a-repo
235235
[Jekyll]: https://jekyllrb.com
236-
[Makefile]: (https://github.com/dart-lang/site-www/blob/main/Makefile)
237-
[Repo on GitHub Actions]: https://github.com/dart-lang/site-www/actions?query=workflow%3Abuild+branch%3Amain
238-
[site-www]: https://github.com/dart-lang/site-www
239-
[Troubleshooting wiki page]: https://github.com/dart-lang/site-www/wiki/Troubleshooting
236+
[Makefile]: (https://github.com/dart-lang/website/blob/main/Makefile)
237+
[Repo on GitHub Actions]: https://github.com/dart-lang/website/actions?query=workflow%3Abuild+branch%3Amain
238+
[website]: https://github.com/dart-lang/website
239+
[Troubleshooting wiki page]: https://github.com/dart-lang/website/wiki/Troubleshooting
240240
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
Dart is a client-optimized language for developing fast apps on any platform.
55
url: https://dart.dev
66
repo:
7-
this: https://github.com/dart-lang/site-www
7+
this: https://github.com/dart-lang/website
88
shared: https://github.com/dart-lang/site-shared
99
branch: main
1010
port: 4000
@@ -14,7 +14,7 @@ strict_front_matter: true
1414
liquid:
1515
error_mode: strict
1616
strict_filters: true
17-
future: true # In support of https://github.com/dart-lang/site-www/issues/1111
17+
future: true # In support of https://github.com/dart-lang/website/issues/1111
1818
sass:
1919
sass_dir: _sass
2020
style: compressed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The example code in this folder is organized following the conventions
44
documented in the [Examples][] page of the [site-shared docs][]. Consult that
55
page for general information about project file organization, testing, [CI][],
6-
and more. Site-www specific information is given below.
6+
and more. `dart-lang/website` specific information is given below.
77

88
## How do I run the analyzer on an example?
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Source code for https://dart.dev",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/dart-lang/site-www.git"
8+
"url": "https://github.com/dart-lang/website.git"
99
},
1010
"dependencies": {
1111
"bootstrap-scss": "^4.6.2"

src/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>Page not found</h2>
2828
Click your browser's Back button or
2929
return to the <a href="/">homepage</a>. <br />
3030
If you think the URL should work, please
31-
<a href="https://github.com/dart-lang/site-www/issues/new?title=Bad%20URL&body=URL%3A%20%0AExpected%20page%3A%20"
31+
<a href="https://github.com/dart-lang/website/issues/new?title=Bad%20URL&body=URL%3A%20%0AExpected%20page%3A%20"
3232
target="_blank" rel="noopener">create an issue.</a>
3333
</p>
3434
</div>

src/articles/libraries/creating-streams.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This code creates a stream to return,
232232
and then feeds data into it based on timer events,
233233
which are neither futures nor stream events.
234234

235-
[stream_controller_bad.dart]: https://github.com/dart-lang/site-www/blob/main/examples/misc/lib/articles/creating-streams/stream_controller_bad.dart
235+
[stream_controller_bad.dart]: https://github.com/dart-lang/website/blob/main/examples/misc/lib/articles/creating-streams/stream_controller_bad.dart
236236

237237
{:.bad}
238238
<?code-excerpt "misc/lib/articles/creating-streams/stream_controller_bad.dart (flawed stream)"?>
@@ -367,7 +367,7 @@ implements pause by using the
367367
`onListen`, `onPause`, `onResume`, and `onCancel` callbacks
368368
on the `StreamController`.
369369

370-
[stream_controller.dart]: https://github.com/dart-lang/site-www/blob/main/examples/misc/lib/articles/creating-streams/stream_controller.dart
370+
[stream_controller.dart]: https://github.com/dart-lang/website/blob/main/examples/misc/lib/articles/creating-streams/stream_controller.dart
371371

372372
<?code-excerpt "misc/lib/articles/creating-streams/stream_controller.dart (better stream)"?>
373373
```dart

src/codelabs/null-safety.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,4 +552,4 @@ To learn more, check out some suggestions for where to go next:
552552
* [Deep dive into understanding null safety](/null-safety/understanding-null-safety).
553553
* If you want to improve this codelab, check out [issue #3093][].
554554

555-
[issue #3093]: https://github.com/dart-lang/site-www/issues/3093
555+
[issue #3093]: https://github.com/dart-lang/website/issues/3093

src/community/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Learn how to
6161
([issue tracker](https://github.com/dart-lang/sdk/issues/))
6262
* [The Dart Language](https://github.com/dart-lang/language)
6363
([issue tracker](https://github.com/dart-lang/language/issues))
64-
* [This site](https://github.com/dart-lang/site-www/)
65-
([issue tracker](https://github.com/dart-lang/site-www/issues/))
64+
* [This site](https://github.com/dart-lang/website/)
65+
([issue tracker](https://github.com/dart-lang/website/issues/))
6666

6767
[Dart reviews]({{page.group}}/d/forum/reviews)
6868
: High-traffic list of all core SDK code reviews.

src/community/who-uses-dart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ as described in [this announcement.][flutter-io19]
2222
[flutter-io19]: https://developers.googleblog.com/2019/05/Flutter-io19.html
2323

2424
{% comment %}
25-
[IDEAS FOR IMPROVEMENT: https://github.com/dart-lang/site-www/issues/679]
25+
[IDEAS FOR IMPROVEMENT: https://github.com/dart-lang/website/issues/679]
2626
{% endcomment %}

src/guides/whats-new.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ we made the following changes to this site:
7272
[Extension methods]: /language/extension-methods
7373
[Objective-C]: /interop/objective-c-interop#callbacks-and-multithreading-limitations
7474
[Metadata]: /language/metadata
75-
[move away from using Jekyll]: https://github.com/dart-lang/site-www/issues/5177
75+
[move away from using Jekyll]: https://github.com/dart-lang/website/issues/5177
7676

7777
## August 16, 2023: 3.1 release
7878

@@ -562,7 +562,7 @@ we made the following changes to this site:
562562
[PREFER using interpolation to compose strings and values][]
563563
Effective Dart guideline.
564564

565-
[updated the website infrastructure]: https://github.com/dart-lang/site-www/pull/3765
565+
[updated the website infrastructure]: https://github.com/dart-lang/website/pull/3765
566566
[easier contributions]: {{site.repo.this}}#getting-started
567567
[`dart doc`]: /tools/dart-doc
568568
[`platform` entry]: /tools/pub/pubspec#platforms

src/interop/c-interop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The hello_world example has the following files:
4949

5050
{% comment %}
5151
[PENDING: say something about other files, like setup.sh?]
52-
[TODO (https://github.com/dart-lang/site-www/issues/2219): Fix build instructions.]
52+
[TODO (https://github.com/dart-lang/website/issues/2219): Fix build instructions.]
5353
{% endcomment %}
5454

5555
Building the C library creates several files,

src/language/extension-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ extension MyFancyList<T> on List<T> {
267267
The type `T` is bound based on the static type of the list that
268268
the methods are called on.
269269
{% comment %}
270-
TODO (https://github.com/dart-lang/site-www/issues/2171):
270+
TODO (https://github.com/dart-lang/website/issues/2171):
271271
Add more info about generic extensions.
272272
For example, in the following code, `T` is `PENDING` because PENDING:
273273

src/language/methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Dart allows you to define operators with the following names:
5454
{{site.alert.end}}
5555

5656
{%- comment %}
57-
Internal note from https://github.com/dart-lang/site-www/pull/2691#discussion_r506184100:
57+
Internal note from https://github.com/dart-lang/website/pull/2691#discussion_r506184100:
5858
- `??`, `&&` and `||` are excluded because they are lazy / short-circuiting operators
5959
- `!` is probably excluded for historical reasons
6060
{% endcomment %}

src/resources/books.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page covers a collection of books about the Dart language.
77
Many [Flutter books](https://flutter.dev/docs/resources/books)
88
also cover Dart.
99
If you find another Dart book that might be helpful,
10-
[let us know.](https://github.com/dart-lang/site-www/issues)
10+
[let us know.](https://github.com/dart-lang/website/issues)
1111

1212
{{site.alert.warning}}
1313
If you find a Dart book not listed on this page,

src/resources/videos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dart-playlist-id: PLjxrf2q8roU0Net_g1NT5_vOO3s_FR02J
99
Here are some videos about the Dart language and core libraries.
1010
For more videos, see the [Flutter video page.]({{site.flutter-docs}}/resources/videos)
1111
If you'd like other videos to be listed on this page,
12-
[let us know.](https://github.com/dart-lang/site-www/issues)
12+
[let us know.](https://github.com/dart-lang/website/issues)
1313

1414
{% comment %}
1515
TODO: If the list of videos grows, consider automating this like book.md.

src/tools/dart-test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To control which tests run, you can add the paths to
3030
directories or files under the `test` directory:
3131

3232
{% comment %}
33-
I ran these commands in site-www/misc
33+
I ran these commands in /examples/misc
3434
{% endcomment %}
3535

3636
```terminal

src/tools/diagnostic-messages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body_class: highlight-diagnostics
66
{%- comment %}
77
WARNING: Do NOT EDIT this file directly. It is autogenerated by the script in
88
`pkg/analyzer/tool/diagnostics/generate.dart` in the sdk repository.
9-
Update instructions: https://github.com/dart-lang/site-www/issues/1949
9+
Update instructions: https://github.com/dart-lang/website/issues/1949
1010
{% endcomment -%}
1111

1212
This page lists diagnostic messages produced by the Dart analyzer,

src/tools/sdk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check out the [Dart tools](/tools) page.
2222
{% comment %}
2323
IMPORTANT: After each release, EDIT src/_data/pkg-vers.json
2424
to update the SDK version number.
25-
More info: https://github.com/dart-lang/site-www/wiki/Updating-to-new-SDK-releases
25+
More info: https://github.com/dart-lang/website/wiki/Updating-to-new-SDK-releases
2626
{% endcomment %}
2727

2828
## What's in the Dart SDK

tool/config/linkcheck-skip-list.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ https://github.com
99
https://twitter.com
1010

1111
# FIXME(Temporary): linkcheck seems to be intermittently failing when accessing main.css
12-
# https://github.com/dart-lang/site-www/issues/1107
12+
# https://github.com/dart-lang/website/issues/1107
1313
/assets/css/main.css
1414

1515
fonts.gstatic.com
1616
fonts.googleapis.com
1717

18-
github.com/dart-lang/site-www/issues/new
18+
github.com/dart-lang/website/issues/new
1919

2020
# Redirects from firebase.json
2121
/jobs

0 commit comments

Comments
 (0)