From 2bfafdd87cc9e013303c2dcd5f1e36129198ea5d Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 12 Jul 2021 14:09:36 +0530 Subject: [PATCH] typo fix --- README.md | 2 +- src/app/solution.cljs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c875306..e5d756e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/app/solution.cljs b/src/app/solution.cljs index e1e5878..2922b7e 100644 --- a/src/app/solution.cljs +++ b/src/app/solution.cljs @@ -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]