Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone committed May 15, 2024
1 parent d493b02 commit e3abdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/_includes/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

You have two options to install the Dart SDK on Ubuntu or Debian:

* Use the [apt-get](#install-using-apt-get) command.
* Download a [`.deb`](#install-a-debian-package) package
* Use the [apt-get](#install-using-the-apt-get-package-manager) command.
* Download a [`.deb`](#install-from-a-debian-package) package
and run the `dpkg` command.

### Install using the `apt-get` package manager {:.no_toc}
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ To uninstall the Dart SDK, use [Homebrew][].
```

[Homebrew]: https://brew.sh
[tap]: {{site.repo.dart.org}}/homebrew-dart
[tap]: https://github.com/dart-lang/homebrew-dart
[Homebrew FAQ]: https://docs.brew.sh/FAQ#my-mac-apps-dont-find-homebrew-utilities

0 comments on commit e3abdf9

Please sign in to comment.