Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dartlang.org links to dart.dev #107

Merged
merged 1 commit into from
Dec 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.dartlang.org/tools/private-files.html
# See https://dart.dev/guides/libraries/private-files

# Files and directories created by pub
.buildlog
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ docker run --rm tennox/linkcheck --help

Full installation guides per platform:

* [Install Dart on Windows](https://www.dartlang.org/install/windows)
* [Install Dart on Linux](https://www.dartlang.org/install/linux)
* [Install Dart on Mac](https://www.dartlang.org/install/mac)
Follow the installation instructions for your platform
from the [Get the Dart SDK](https://dart.dev/get-dart) documentation.

**For example,** on a Mac, assuming you have [homebrew](https://brew.sh/),
you just run:
Expand Down Expand Up @@ -246,9 +245,9 @@ There's another use for this, and that is when you have a list of inbound links,
like this:

```
http://www.dartlang.org/
http://www.dartlang.org/tools/
http://www.dartlang.org/downloads/
https://www.dart.dev/
https://www.dart.dev/tools/
https://www.dart.dev/guides/
```

You probably want to make sure you never break your inbound links. For example,
Expand Down