diff --git a/README.md b/README.md index b572f66b9c..fe1214dd27 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Getting started -See the official site at http://www.phoenixframework.org/ +See the official site at https://www.phoenixframework.org/ Install the latest version of Phoenix by following the instructions at https://hexdocs.pm/phoenix/installation.html#phoenix diff --git a/assets/package.json b/assets/package.json index 587aa1117a..f4a2aa8347 100644 --- a/assets/package.json +++ b/assets/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "git://github.com/phoenixframework/phoenix.git" }, - "author": "Chris McCord (http://www.phoenixframework.org)", + "author": "Chris McCord (https://www.phoenixframework.org)", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", diff --git a/guides/deployment/heroku.md b/guides/deployment/heroku.md index 9d2b6d03ab..a823ddb73f 100644 --- a/guides/deployment/heroku.md +++ b/guides/deployment/heroku.md @@ -13,7 +13,7 @@ Our main goal for this guide is to get a Phoenix application running on Heroku. Heroku is a great platform and Elixir performs well on it. However, you may run into limitations if you plan to leverage advanced features provided by Elixir and Phoenix, such as: - Connections are limited. - - Heroku [limits the number of simultaneous connections](https://devcenter.heroku.com/articles/http-routing#request-concurrency) as well as the [duration of each connection](https://devcenter.heroku.com/articles/limits#http-timeouts). It is common to use Elixir for real-time apps which need lots of concurrent, persistent connections, and Phoenix is capable of [handling over 2 million connections on a single server](http://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections). + - Heroku [limits the number of simultaneous connections](https://devcenter.heroku.com/articles/http-routing#request-concurrency) as well as the [duration of each connection](https://devcenter.heroku.com/articles/limits#http-timeouts). It is common to use Elixir for real-time apps which need lots of concurrent, persistent connections, and Phoenix is capable of [handling over 2 million connections on a single server](https://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections). - Distributed clustering is not possible. - Heroku [firewalls dynos off from one another](https://devcenter.heroku.com/articles/dynos#networking). This means things like [distributed Phoenix channels](https://dockyard.com/blog/2016/01/28/running-elixir-and-phoenix-projects-on-a-cluster-of-nodes) and [distributed tasks](https://elixir-lang.org/getting-started/mix-otp/distributed-tasks.html) will need to rely on something like Redis instead of Elixir's built-in distribution. diff --git a/installer/mix.exs b/installer/mix.exs index 9b1215c2a8..692725dc6d 100644 --- a/installer/mix.exs +++ b/installer/mix.exs @@ -26,7 +26,7 @@ defmodule Phx.New.MixProject do source_url: @url, docs: docs(), - homepage_url: "http://www.phoenixframework.org", + homepage_url: "https://www.phoenixframework.org", description: """ Phoenix framework project generator. diff --git a/installer/templates/phx_single/README.md b/installer/templates/phx_single/README.md index 95553d6c0f..2f263fda0c 100644 --- a/installer/templates/phx_single/README.md +++ b/installer/templates/phx_single/README.md @@ -13,7 +13,7 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs ## Learn more - * Official website: http://www.phoenixframework.org/ + * Official website: https://www.phoenixframework.org/ * Guides: https://hexdocs.pm/phoenix/overview.html * Docs: https://hexdocs.pm/phoenix * Mailing list: http://groups.google.com/group/phoenix-talk diff --git a/installer/templates/phx_umbrella/apps/app_name_web/README.md b/installer/templates/phx_umbrella/apps/app_name_web/README.md index ba77b2ce3a..87cba417cd 100644 --- a/installer/templates/phx_umbrella/apps/app_name_web/README.md +++ b/installer/templates/phx_umbrella/apps/app_name_web/README.md @@ -13,7 +13,7 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs ## Learn more - * Official website: http://www.phoenixframework.org/ + * Official website: https://www.phoenixframework.org/ * Guides: https://hexdocs.pm/phoenix/overview.html * Docs: https://hexdocs.pm/phoenix * Mailing list: http://groups.google.com/group/phoenix-talk diff --git a/installer/templates/phx_web/templates/layout/app.html.eex b/installer/templates/phx_web/templates/layout/app.html.eex index c9a2fba66d..15d753f5b6 100644 --- a/installer/templates/phx_web/templates/layout/app.html.eex +++ b/installer/templates/phx_web/templates/layout/app.html.eex @@ -15,7 +15,7 @@
  • Get Started
  • - diff --git a/package.json b/package.json index a922680e03..c64b41075c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "git://github.com/phoenixframework/phoenix.git" }, - "author": "Chris McCord (http://www.phoenixframework.org)", + "author": "Chris McCord (https://www.phoenixframework.org)", "files": [ "README.md", "LICENSE.md",