Skip to content

Commit

Permalink
Use HTTPS for links in README (#413)
Browse files Browse the repository at this point in the history
This update all links in README to HTTPS and 
fixes a broken link.
  • Loading branch information
kianmeng authored Feb 8, 2021
1 parent 0fc5849 commit 1e62841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ defp elixirc_paths(_), do: ["lib"]

## Overview

[Check out the docs](http://hexdocs.pm/ex_machina/ExMachina.html) for more details.
[Check out the docs](https://hexdocs.pm/ex_machina/ExMachina.html) for more details.

Define factories:

Expand Down Expand Up @@ -132,7 +132,7 @@ defmodule MyApp.Factory do
end
```

Using factories ([check out the docs](http://hexdocs.pm/ex_machina/ExMachina.html) for more details):
Using factories ([check out the docs](https://hexdocs.pm/ex_machina/ExMachina.html) for more details):

```elixir
# `attrs` are automatically merged in for all build/insert functions.
Expand Down Expand Up @@ -513,5 +513,5 @@ to design, develop, and grow your product.

## Inspiration

* [Fixtures for Ecto](http://blog.danielberkompas.com/elixir/2015/07/16/fixtures-for-ecto.html)
* [Fixtures for Ecto](https://blog.danielberkompas.com/elixir/2015/07/16/fixtures-for-ecto.html)
* [Factory Bot](https://github.com/thoughtbot/factory_bot)

0 comments on commit 1e62841

Please sign in to comment.