Skip to content

Commit

Permalink
Fix author link
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Jan 12, 2024
1 parent 870c482 commit 2bb278b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config/author_config.yml
Expand Up @@ -16,7 +16,7 @@ fer:
jeanine:
link: https://thoughtbot.com/blog/authors/jeanine-soterwood

matheusrich:
matheus:
link: https://thoughtbot.com/blog/authors/matheus-richard

mburns:
Expand Down
2 changes: 1 addition & 1 deletion spec/gold_miner/author_config_spec.rb
Expand Up @@ -7,7 +7,7 @@
it "loads the author links from the config file" do
author_config = described_class.default

link = author_config.link_for("matheusrich")
link = author_config.link_for("matheus")

expect(link).to eq "https://thoughtbot.com/blog/authors/matheus-richard"
end
Expand Down

0 comments on commit 2bb278b

Please sign in to comment.