diff --git a/src/_posts/languages/elixir/2000-01-01-start.md b/src/_posts/languages/elixir/2000-01-01-start.md index d3ff2de81..439e2d471 100644 --- a/src/_posts/languages/elixir/2000-01-01-start.md +++ b/src/_posts/languages/elixir/2000-01-01-start.md @@ -6,7 +6,7 @@ tags: elixir phoenix --- Elixir applications can be deployed on Scalingo thanks to the community buildpack: -[https://github.com/HashNuke/heroku-buildpack-elixir](https://github.com/HashNuke/heroku-buildpack-elixir). A community buildpack means that Elixir is not officially supported and minimal support is provided in case of problem with the buildpack execution. +[https://github.com/nwittstruck/heroku-buildpack-elixir#scalingo](https://github.com/nwittstruck/heroku-buildpack-elixir#scalingo). A community buildpack means that Elixir is not officially supported and minimal support is provided in case of problem with the buildpack execution. {% note %} Currently, Scalingo doesn't support Elixir natively. You can find a [buildpack and a tutorial for Phoenix 1.7 thanks to a community member](https://b310.de/blog/scalingo-phoenix-1-7.html).