From e5f81587c710484d021e906cb6ee6d3c9e2dc02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Goulart=20Nogueira?= Date: Fri, 24 Mar 2023 15:07:13 -0300 Subject: [PATCH 1/2] replace http://flogo.io (not working) to https://www.flogo.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 919cc3cc..e89729dc 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ We've made getting started with Flogo Flows as easy as possible. The current set If your background is in or you prefer to develop your apps using zero-coding environments, then read on, because we’ve got something special for you. -Flows Web UI is available via [Docker Hub](https://hub.docker.com/r/flogo/flogo-docker) or [Flogo.io](http://flogo.io). The Docker image contains the Flows Web UI along with all required components to begin developing, testing and building deployable artifacts right from your web browser. +Flows Web UI is available via [Docker Hub](https://hub.docker.com/r/flogo/flogo-docker) or [Flogo.io](https://www.flogo.io). The Docker image contains the Flows Web UI along with all required components to begin developing, testing and building deployable artifacts right from your web browser. To report any issues with the Issue tracker on this project. @@ -356,4 +356,4 @@ Project Flogo is licensed under a BSD-style license. Refer to [LICENSE](https:// ## Usage Guidelines -We’re excited that you’re using Project Flogo to power your project(s). Please adhere to the [usage guidelines](http://flogo.io/brand-guidelines) when referencing the use of Project Flogo within your project(s) and don't forget to let others know you're using Project Flogo by proudly displaying one of the following badges or the Flynn logo, found in the [branding](branding) folder of this project. +We’re excited that you’re using Project Flogo to power your project(s). Please adhere to the [usage guidelines](https://www.flogo.io/brand-guidelines) when referencing the use of Project Flogo within your project(s) and don't forget to let others know you're using Project Flogo by proudly displaying one of the following badges or the Flynn logo, found in the [branding](branding) folder of this project. From a063bbd985ac1d61c8f29e92c6c958074cefc8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Goulart=20Nogueira?= Date: Fri, 24 Mar 2023 15:12:38 -0300 Subject: [PATCH 2/2] fix url from http:// (not working) to https://www. --- docs/content/labs/helloworld.md | 2 +- showcases/layouts/partials/nav.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/labs/helloworld.md b/docs/content/labs/helloworld.md index 34deadfd..691f4a5d 100644 --- a/docs/content/labs/helloworld.md +++ b/docs/content/labs/helloworld.md @@ -28,7 +28,7 @@ The parameters after the `docker run` command are: * **-it**: This parameter keeps a pseudo-tty terminal open and keeps the terminal running in interactive mode. The Flogo Web Ui will print logs to this terminal window * **-p 3303:3303**: This parameter tells Docker to bind your computer's port 3303 to the container's port 3303 * **flogo/flogo-docker:latest**: This parameter tells the Docker daemon which container you want to run. In this case it will try to get the latest version of `flogo/flogo-docker` -* **eula-accept**: This parameter says you've accepted the EULA agreement on our [website](http://flogo.io) +* **eula-accept**: This parameter says you've accepted the EULA agreement on our [website](https://www.flogo.io) After it is done starting the container, you'll see something like the image below in your terminal. diff --git a/showcases/layouts/partials/nav.html b/showcases/layouts/partials/nav.html index 49d72cf1..e3c881f5 100644 --- a/showcases/layouts/partials/nav.html +++ b/showcases/layouts/partials/nav.html @@ -6,7 +6,7 @@ Toggle navigation menu-icon - + flogo-wordmark