Skip to content

Commit

Permalink
fix: README badge and broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Sep 26, 2024
1 parent 8ec920b commit c0ea19b
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Bamboo

[![Build](https://github.com/beam-community/bamboo/actions/workflows/ci.yml/badge.svg)](https://github.com/beam-community/bamboo/actions/workflows/ci.yml)
[![Build](https://github.com/beam-community/bamboo/actions/workflows/ci.yaml/badge.svg)](https://github.com/beam-community/bamboo/actions/workflows/ci.yaml)

---

Expand All @@ -11,11 +11,9 @@

---

**Bamboo is part of the [BEAM Community](https://github.com/beam-community) family of projects.**
**Bamboo is now maintained by the [BEAM Community](https://github.com/beam-community)!**

![thoughtbot](http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg)

Thank you to [thoughtbot](https://thoughtbot.com) for making Bamboo and supporting the BEAM community!
Thank you to [thoughtbot](https://thoughtbot.com) for creating and maintaining Bamboo for so long!

Flexible and easy to use email for Elixir.

Expand Down Expand Up @@ -59,7 +57,7 @@ published version in hex:

```elixir
def deps do
[{:bamboo, github: "thoughtbot/bamboo"}]
[{:bamboo, github: "beam-community/bamboo"}]
end
```

Expand Down Expand Up @@ -427,7 +425,7 @@ Before opening a pull request, please open an issue first.

Once we've decided how to move forward with a pull request:

$ git clone https://github.com/thoughtbot/bamboo.git
$ git clone https://github.com/beam-community/bamboo.git
$ cd bamboo
$ mix deps.get
$ mix test
Expand All @@ -439,21 +437,6 @@ We run the test suite as well as formatter checks on CI. Make sure you are using
the Elixir version defined in the `.tool-versions` file to have consistent
formatting with what's being run on CI.

##



We love open-source software, Elixir, and Phoenix. See [our other Elixir
projects][elixir-phoenix], or [hire our Elixir Phoenix development team][hire]
to design, develop, and grow your product.

[elixir-phoenix]: https://thoughtbot.com/services/elixir-phoenix?utm_source=github
[hire]: https://thoughtbot.com?utm_source=github

## Thanks!

Thanks to @mtwilliams for an early version of the `SendGridAdapter`.

<!-- Links -->

[@princemaple]: https://github.com/princemaple
Expand Down

0 comments on commit c0ea19b

Please sign in to comment.