From 4d0b389f121f56a6715d5e172d272aa6edec2c52 Mon Sep 17 00:00:00 2001 From: Samuel de Moura Date: Tue, 14 May 2024 18:36:25 -0300 Subject: [PATCH] Update Control Plane links --- .controlplane/readme.md | 4 ++-- README.md | 2 +- app/views/pages/_header.html.erb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.controlplane/readme.md b/.controlplane/readme.md index 0cbfa0fa..54da6f54 100644 --- a/.controlplane/readme.md +++ b/.controlplane/readme.md @@ -21,7 +21,7 @@ You can see the definition of Postgres and Redis in the `.controlplane/templates ## Prerequisites -1. Ensure your [Control Plane](https://controlplane.com) account is set up. +1. Ensure your [Control Plane](https://shakacode.controlplane.com) account is set up. You should have an `organization` `` for testing in that account. Set ENV variable `CPLN_ORG` to ``. Alternatively, you may modify the value for `aliases.common.cpln_org` in `.controlplane/controlplane.yml`. @@ -31,7 +31,7 @@ If you need an organization, please [contact Shakacode](mailto:controlplane@shak You can update the `cpln` command line with `npm update -g @controlplane/cli`. Then run `cpln login` to ensure access. For more informatation check out the -[docs here](https://docs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli). +[docs here](https://shakadocs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli). 3. Run `cpln image docker-login --org ` to ensure that you have access to the Control Plane Docker registry. diff --git a/README.md b/README.md index ae050da4..0333404e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Control Plane Deployment Example -[Control Plane](https://controlplane.com) offers a viable, cost-saving alternative to Heroku, especially when using the [cpl gem](https://rubygems.org/gems/cpl) to deploy to Control Plane. +[Control Plane](https://shakacode.controlplane.com) offers a viable, cost-saving alternative to Heroku, especially when using the [cpl gem](https://rubygems.org/gems/cpl) to deploy to Control Plane. ShakaCode recently migrated [HiChee.com](https://hichee.com) to Control Plane, resulting in a two-thirds reduction in server hosting costs! diff --git a/app/views/pages/_header.html.erb b/app/views/pages/_header.html.erb index 9117c327..6f575f7a 100644 --- a/app/views/pages/_header.html.erb +++ b/app/views/pages/_header.html.erb @@ -14,7 +14,7 @@
  • This project is deployed on <%= link_to "Control Plane", - "https://controlplane.com" %> + "https://shakacode.controlplane.com" %> using <%= link_to "Heroku to Control Plane", "https://github.com/shakacode/heroku-to-control-plane" %>