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

fixing broken links and readme tag #382

Merged
merged 2 commits into from
Apr 23, 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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exercism Dart Track

![build status](https://github.com/exercism/dart/workflows/actions/badge.svg)](https://github.com/exercism/dart/actions) [![Gitter](https://badges.gitter.im/exercism/dart.svg)](https://gitter.im/exercism/dart?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Test](https://github.com/exercism/dart/actions/workflows/test.yml/badge.svg)](https://github.com/exercism/dart/actions/workflows/test.yml) [![Gitter](https://badges.gitter.im/exercism/dart.svg)](https://gitter.im/exercism/dart?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Exercism exercises in Dart.

Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Follow the links below for updating your PATH on Windows, Linux and Mac platforms:
* [Instructions for Windows](https://www.computerhope.com/issues/ch000549.htm)
* [Instructions for Linux](https://www.computerhope.com/issues/ch001647.htm)
* [Instructions for Mac](https://www.pegaxchange.com/tag/macos-sierra-add-entry-to-path-variable/)
* [Instructions for Mac](https://support.apple.com/guide/terminal/apd382cc5fa-4f58-4449-b20a-41c53c006f8f/mac)

#### Verify Installation
* From a new command window or terminal, type `dart --version` to verify that Dart is now available. If the output shows the version number, then Dart is correctly installed on your computer.
Expand Down
2 changes: 1 addition & 1 deletion docs/LEARNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* [Dart Language Overview](https://www.dart.dev/guides/language/language-tour)
* [Getting Started](https://www.dart.dev/tutorials/dart-vm/get-started)
* [Make a command line app](https://www.dart.dev/tutorials/dart-vm/cmdline)
* [Free Programming Books - Dart](https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books-langs.md#dart)
* [Free Programming Books - Dart](https://github.com/EbookFoundation/free-programming-books/blob/main/books/free-programming-books-langs.md#dart)
* [Dart Testing Overview](https://www.dart.dev/guides/testing)
3 changes: 2 additions & 1 deletion docs/RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
* [Community Information](https://www.dart.dev/community)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/dart)
* [Dart Subreddit](https://www.reddit.com/r/dartlang)
* [Free Programming Books - Dart](https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#dart)
* [Free Programming Books - Dart](https://github.com/EbookFoundation/free-programming-books/blob/main/books/free-programming-books-langs.md#dart)

6 changes: 3 additions & 3 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can also submit your exercise without passing all tests to get feedback.
```
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*

1. Solve the exercise. Find and work through the `README.md` guide ([view on GitHub](https://github.com/exercism/dart/blob/master/exercises/hello-world/README.md)).
1. Solve the exercise. Find and work through the `instructions.md` guide ([view on GitHub](https://github.com/exercism/dart/blob/main/exercises/practice/hello-world/.docs/instructions.md)).


Good luck! Have fun!
Expand Down Expand Up @@ -109,7 +109,7 @@ If you get stuck, at any point, don't forget to reach out for [help](https://exe
```
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*

1. Solve the exercise. Find and work through the `README.md` guide ([view on GitHub](https://github.com/exercism/dart/blob/master/exercises/hello-world/README.md)).
1. Solve the exercise. Find and work through the `instructions.md` guide ([view on GitHub](https://github.com/exercism/dart/blob/main/exercises/practice/hello-world/.docs/instructions.md)).

Good luck! Have fun!

Expand Down Expand Up @@ -149,7 +149,7 @@ If you get stuck, at any point, don't forget to reach out for [help](https://exe
```
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*

1. Solve the exercise. Find and work through the `README.md` guide ([view on GitHub](https://github.com/exercism/dart/blob/master/exercises/hello-world/README.md)).
1. Solve the exercise. Find and work through the `instructions.md` guide ([view on GitHub](https://github.com/exercism/dart/blob/main/exercises/practice/hello-world/.docs/instructions.md)).

Good luck! Have fun!

Expand Down