Skip to content

Commit

Permalink
Merge pull request #107 from parlough/misc/migrate-dartlang-urls
Browse files Browse the repository at this point in the history
Update dartlang.org links to dart.dev
  • Loading branch information
filiph authored Dec 10, 2022
2 parents 74f8cb0 + f536e09 commit 0bc8cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
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

0 comments on commit 0bc8cb4

Please sign in to comment.