Skip to content

Commit

Permalink
Update links after transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Jan 2, 2024
1 parent 532155b commit 5414f1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `opuntia`

[![Actions Status](https://github.com/NelsonVides/opuntia/actions/workflows/ci.yml/badge.svg)](https://github.com/NelsonVides/opuntia/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/NelsonVides/opuntia/branch/main/graph/badge.svg)](https://codecov.io/gh/NelsonVides/opuntia)
[![Actions Status](https://github.com/esl/opuntia/actions/workflows/ci.yml/badge.svg)](https://github.com/esl/opuntia/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/esl/opuntia/branch/main/graph/badge.svg)](https://codecov.io/gh/esl/opuntia)
[![Hex](http:https://img.shields.io/hexpm/v/opuntia.svg)](https://hex.pm/packages/opuntia)

`opuntia` is a basic set of tools for traffic shaping for erlang and elixir
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{source_url, <<"https://github.com/NelsonVides/opuntia">>},
{source_url, <<"https://github.com/esl/opuntia">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.
2 changes: 1 addition & 1 deletion src/opuntia.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
{doc, "doc"},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, [{"GitHub", "https://github.com/NelsonVides/opuntia/"}]}
{links, [{"GitHub", "https://github.com/esl/opuntia/"}]}
]}.

0 comments on commit 5414f1d

Please sign in to comment.