Skip to content

Commit

Permalink
fix typo and 404 links (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubo-py authored Nov 23, 2023
1 parent d74db2c commit 2e4104a
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 2e4104a

Please sign in to comment.