README.md in field_test-0.2.3 vs README.md in field_test-0.2.4
- old
+ new
@@ -4,11 +4,11 @@
- Designed for web and email
- Comes with a [handy dashboard](https://fieldtest.dokkuapp.com/)
- Seamlessly handles the transition from anonymous visitor to logged in user
-Uses [Bayesian statistics](http://www.evanmiller.org/bayesian-ab-testing.html) to evaluate results so you don’t need to choose a sample size ahead of time.
+Uses [Bayesian statistics](https://www.evanmiller.org/bayesian-ab-testing.html) to evaluate results so you don’t need to choose a sample size ahead of time.
## Installation
Add this line to your application’s Gemfile:
@@ -189,10 +189,10 @@
ENV["FIELD_TEST_PASSWORD"] = "kingdom"
```
## Credits
-A huge thanks to [Evan Miller](http://www.evanmiller.org/) for deriving the Bayesian formulas.
+A huge thanks to [Evan Miller](https://www.evanmiller.org/) for deriving the Bayesian formulas.
## TODO
- Code samples for analytics platforms