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

fix typo and 404 links #2723

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Or you can use `if` with a short statement.

## General guidance

The key to solving Nucelotide Count is to look up valid nucleotides and to error on invalid input.
The key to solving Nucleotide Count is to look up valid nucleotides and to error on invalid input.

## Approach: `switch` statement

Expand Down Expand Up @@ -76,6 +76,6 @@ For more information, check the [`if` with short statement approach][approach-if
The `if` with short statement approach benchmarked the fastest.
To compare performance of the approaches, check the [Performance article][article-performance].

[approach-switch-statement]: https://exercism.org/tracks/go/exercises/nucelotide-count/approaches/switch-statement
[approach-if-with-short-statement]: https://exercism.org/tracks/go/exercises/nucelotide-count/approaches/if-with-short-statement
[article-performance]: https://exercism.org/tracks/go/exercises/nucelotide-count/articles/performance
[approach-switch-statement]: https://exercism.org/tracks/go/exercises/nucleotide-count/approaches/switch-statement
[approach-if-with-short-statement]: https://exercism.org/tracks/go/exercises/nucleotide-count/approaches/if-with-short-statement
[article-performance]: https://exercism.org/tracks/go/exercises/nucleotide-count/articles/performance