Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Jul 12, 2021
1 parent f12a98a commit 2bfafdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Deployed at [https://4clojure.oxal.org/](https://4clojure.oxal.org/)

You can view the solutions from each individual page eg: https://4clojure.oxal.org/#/problem/102/solutions

The archive repo is available at: https://github.com/oxalorg/4clojure-solutions-acrhive/
The archive repo is available at: https://github.com/oxalorg/4clojure-solutions-archive/

## Develop

Expand Down
4 changes: 2 additions & 2 deletions src/app/solution.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
[:div
[:h2 "Solutions for problem #" id]
[:p "Entire archive available at: "
[:a {:href "https://github.com/oxalorg/4clojure-solutions-acrhive/"}
"github.com/oxalorg/4clojure-solutions-acrhive/"]]
[:a {:href "https://github.com/oxalorg/4clojure-solutions-archive/"}
"github.com/oxalorg/4clojure-solutions-archive/"]]
(if @solutions
[:div
(for [solution @solutions]
Expand Down

0 comments on commit 2bfafdd

Please sign in to comment.