diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2bc47..de93781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Pointed the Firefox Add-On Store link in the readme to the right URL ## [1.0.1] ### Added diff --git a/README.md b/README.md index d3cf47d..3731636 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Looped In is a browser extension that displays Hacker News comments for the current webpage in a sidebar. It is written in [ClojureScript](https://clojurescript.org). -Looped In is available from the [Chrome Web Store](TODO) and the [Firefox Add-ons site](TODO). If you'd prefer to clone the repository and run the extension locally, read on. +Looped In is available from the [Chrome Web Store](TODO) and the [Firefox Add-ons site](https://addons.mozilla.org/en-US/firefox/addon/looped-in). If you'd prefer to clone the repository and run the extension locally, read on. ## Usage